summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-04-23 15:14:24 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-27 22:52:01 +0200
commitac7afd5ea7ce61f948e78a6d0c752bca7b7f606a (patch)
tree9c66134acfeb7cb332cfa056ecec9a951dba493e /tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp
parent04a84400eaba09264d231da647d4da16e10cf773 (diff)
Convert these files to ASCII or UTF-8
Remove all non-UTF-8 sequences from source code in Qt. Change-Id: I46d9cb23ef2199894896f171d553b3144822f36c Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp')
-rw-r--r--tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp b/tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp
index 8a60bb1876..4442094541 100644
--- a/tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp
+++ b/tests/auto/corelib/xml/qxmlstream/tst_qxmlstream.cpp
@@ -1252,7 +1252,7 @@ void tst_QXmlStream::writeWithCodec() const
QVERIFY(codec);
writer.setCodec(codec);
- const char *latin2 = "hé hé";
+ const char *latin2 = "h\xe9 h\xe9";
const QString string = codec->toUnicode(latin2);