Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable html escaping for as-is extraction of unicode characters #4

Closed
colmsnowplow opened this issue Apr 20, 2021 · 0 comments
Closed
Milestone

Comments

@colmsnowplow
Copy link
Collaborator

At least when printing output to console, unicode characters don't seem to be rendered appropriately after transformation.

For example, < appears as \u003c.

Since the output object for JSON is bytes in the first place, this mightn't be an issue. But we should investigate whether or not it is for both JSON and map outputs.

@colmsnowplow colmsnowplow added this to the 0.1.0 milestone Apr 20, 2021
@colmsnowplow colmsnowplow changed the title Unicode characters may not translate appropriately Disable html escaping for as-is extraction of unicode characters May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant