-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Labels
Comments
From milo...@gmail.com on November 24, 2011 09:13:37 The change for this is done now. Status: Fixed |
Closed
Open
This was referenced May 16, 2017
Closed
Open
This was referenced Jan 13, 2021
Closed
GerHobbelt
pushed a commit
to GerHobbelt/rapidjson
that referenced
this issue
Aug 4, 2024
Using header only actually invalidates all settings. These settings are useful for executable permissions and line endings. Issue-number: https://devtopia.esri.com/runtime/devops/issues/694 Signed-off-by: Christian O. Venegas <cvenegas@esri.com> Reviewed-by: Raghuveer Nanduri <RNanduri@esri.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: