qt5base-lts/tests/benchmarks/corelib/tools/qstring
Kurt Pattyn add2bf739a Allow non-character codes in utf8 strings
Changed the processing of non-character code handling in the UTF8 codec.
Non-character codes are now accepted in QStrings, QUrls and QJson strings.
Unit tests were adapted accordingly.
For more info about non-character codes,
see: http://www.unicode.org/versions/corrigendum9.html

[ChangeLog][QtCore][QUtf8]
UTF-8 now accepts non-character unicode points; these are not replaced
by the replacement character anymore

[ChangeLog][QtCore][QUrl]
QUrl now fully accepts non-character unicode points; they are encoded as
percent characters; they can also be pretty decoded

[ChangeLog][QtCore][QJson]
The Writer and the Parser now fully accept non-character unicode points.

Change-Id: I77cf4f0e6210741eac8082912a0b6118eced4f77
Task-number: QTBUG-33229
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-10-17 09:50:58 +02:00
..
data.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
data.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
fromlatin1.cpp Stop using the name "Trolltech" in QSettings 2012-12-03 03:47:08 +01:00
fromutf8.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
generatelist_char.pl Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
generatelist.pl Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
main.cpp Allow non-character codes in utf8 strings 2013-10-17 09:50:58 +02:00
qstring.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
utf-8.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00