f64a6bd638
The new QStringEncoder and QStringDecoder classes (with a common QStringConverter base class) are there to replace QTextCodec in Qt 6. It currently uses a trivial wrapper around the utf encoding functionality. Added some autotests, mostly copied from the text codec tests. Change-Id: Ib6eeee55fba918b9424be244cbda9dfd5096f7eb Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
25 lines
457 B
Prolog
25 lines
457 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
|
qbytearray \
|
|
qbytearraylist \
|
|
qbytearraymatcher \
|
|
qbytedatabuffer \
|
|
qchar \
|
|
qcollator \
|
|
qlatin1string \
|
|
qlocale \
|
|
qregexp \
|
|
qregularexpression \
|
|
qstring \
|
|
qstring_no_cast_from_bytearray \
|
|
qstringapisymmetry \
|
|
qstringbuilder \
|
|
qstringconverter \
|
|
qstringiterator \
|
|
qstringlist \
|
|
qstringmatcher \
|
|
qstringref \
|
|
qstringview \
|
|
qtextboundaryfinder
|