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

UTF-8/16 string validation #3

Closed
miloyip opened this issue Jun 6, 2014 · 1 comment
Closed

UTF-8/16 string validation #3

miloyip opened this issue Jun 6, 2014 · 1 comment

Comments

@miloyip
Copy link
Collaborator

miloyip commented Jun 6, 2014

From milo...@gmail.com on November 22, 2011 22:40:20

String in JSON are not validated to be UTF-8 or UTF-16. The parser do not detect whether the string contain invalid encoding.

Both YAJL and ultrajspon supports UTF-8 validation. YAJL can turn it on/off, while ultrajson make it mandatory.

Add an parsing option to validate UTF-8/UTF-16.

Original issue: http://code.google.com/p/rapidjson/issues/detail?id=2

@miloyip
Copy link
Collaborator Author

miloyip commented Jun 6, 2014

From milo...@gmail.com on November 24, 2011 09:13:37

The change for this is done now.

Status: Fixed

@miloyip miloyip closed this as completed Jun 6, 2014
@xinthose xinthose mentioned this issue Aug 19, 2015
miloyip pushed a commit that referenced this issue Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant