qt6-bb10/tests/auto/corelib/json
Thiago Macieira cd750c86d6 Use the new UTF-8 codec in QJsonDocument
The encoder is in qjsonwriter.cpp, which requires special handling for
ASCII due to the use of escape sequences. The decoder is in
qjsonparser.cpp, which only scan one character at a time.

As a side-effect, the JSON parser now reports the UTF-8 error in the
first character with error, instead of the last. This is probably what
should have been expected.

Change-Id: I52e5bc30d71466b6a36098b4150c61b2e385d8e9
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-01-09 22:34:54 +01:00
..
bom.json
json.pro
test.bjson
test.json
test2.json
test3.json
tst_qtjson.cpp Use the new UTF-8 codec in QJsonDocument 2014-01-09 22:34:54 +01:00