khoarus / rapidjson

Automatically exported from code.google.com/p/rapidjson
MIT License
0 stars 0 forks source link

UTF-8/16 string validation #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
The change for this is done now.

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