qt5base-lts/tests/auto/corelib/tools/qstringbuilder
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 Change QStringBuilder to use UTF-8 too 2012-05-07 05:07:16 +02:00
qstringbuilder2 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qstringbuilder3 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qstringbuilder4 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qstringbuilder.pro Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00