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

Fixes issue where crow::json escapes UTF-8 characters above value 127 #304

Merged
merged 2 commits into from
Dec 17, 2021

Conversation

mosolovsa
Copy link

#302
Escape only the invisible characters from 0 to 31 inclusive
Motivation: do not escape UTF8 encoding bytes

Mosolov Sergey and others added 2 commits December 17, 2021 08:47
CrowCpp#302
Escape only the invisible characters from 0 to 31 inclusive
Motivation: do not escape UTF8 encoding bytes
@The-EDev
Copy link
Member

Thanks for your work, there is a concern with character 127 (DEL), but that's not related to #302

@The-EDev The-EDev linked an issue Dec 17, 2021 that may be closed by this pull request
@The-EDev The-EDev changed the title Fixes issue 302 Fixes issue where crow::json escapes UTF-8 characters above value 127 Dec 17, 2021
@The-EDev The-EDev merged commit 51d6d05 into CrowCpp:master Dec 17, 2021
@The-EDev The-EDev mentioned this pull request Jan 11, 2022
The-EDev added a commit that referenced this pull request Jan 12, 2022
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.

Need help with serving JSON with UTF8 string property
2 participants