qt6-bb10/tests/auto/corelib/tools/qstringbuilder/qstringbuilder1
Thiago Macieira 8ddd8c8ba9 Change QStringBuilder to use UTF-8 too
This commit completes the previous commit so that both QString and
QStringBuilder now operate on UTF-8 input.

A small fix was required in QStringBuilder: an if clause isn't enough
to separate the two append versions. Since there are no QString
functions that append to char*, if we're converting to a QByteArray,
we need to go through a QString first in a separate function.

Change-Id: Ic503340c5d0c32d420c90c91cc2e0fc1ae9230f3
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-05-07 05:07:16 +02:00
..
qstringbuilder1.pro Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
stringbuilder.cpp Change QStringBuilder to use UTF-8 too 2012-05-07 05:07:16 +02:00
tst_qstringbuilder1.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00