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

fix: update fstring handling to better handle unicode #56

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

cheahjs
Copy link
Owner

@cheahjs cheahjs commented Jan 26, 2024

This should fix #53 and #30.

As a side effect, Unicode characters in JSON will be escaped and not the actual characters anymore.

For example,

image image

@cheahjs cheahjs merged commit d54345d into main Jan 26, 2024
10 checks passed
@cheahjs cheahjs deleted the update-fstring-unicode branch January 26, 2024 23:03
This pull request was closed.
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

Successfully merging this pull request may close these issues.

UnicodeEncodeError: 'utf-8' codec can't encode characters in position
1 participant