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 #2

Closed
GoogleCodeExporter opened this issue Jan 31, 2016 · 1 comment
Closed

UTF-8/16 string validation #2

GoogleCodeExporter opened this issue Jan 31, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 reported on code.google.com by milo...@gmail.com on 22 Nov 2011 at 2:40

@GoogleCodeExporter
Copy link
Author

The change for this is done now.

Original comment by milo...@gmail.com on 24 Nov 2011 at 5:13

  • Changed state: Fixed

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