From 7645b64d896330885a2afcbb996b677730151570 Mon Sep 17 00:00:00 2001 From: Alexander Volkov Date: Mon, 20 Oct 2014 16:31:34 +0400 Subject: Add support for "Apple Roman" encoding Substitute this encoding by "macintosh" when Qt is built with ICU. It is for compatibility with Qt 4.x. Change-Id: I70c51cba7d473ac81e25862736cb71a2f6894055 Reviewed-by: Lars Knoll --- tests/auto/corelib/codecs/qtextcodec/tst_qtextcodec.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/corelib/codecs/qtextcodec/tst_qtextcodec.cpp') diff --git a/tests/auto/corelib/codecs/qtextcodec/tst_qtextcodec.cpp b/tests/auto/corelib/codecs/qtextcodec/tst_qtextcodec.cpp index 7c154575d0..24487aa7cc 100644 --- a/tests/auto/corelib/codecs/qtextcodec/tst_qtextcodec.cpp +++ b/tests/auto/corelib/codecs/qtextcodec/tst_qtextcodec.cpp @@ -196,6 +196,7 @@ void tst_QTextCodec::fromUnicode_data() QTest::newRow("windows-1257") << "windows-1257" << true; QTest::newRow("windows-1258") << "windows-1258" << true; + QTest::newRow("Apple Roman") << "Apple Roman" << true; QTest::newRow("macintosh") << "macintosh" << true; //QTest::newRow("WINSAMI2") << "WINSAMI2" << true; QTest::newRow("TIS-620") << "TIS-620" << true; -- cgit v1.2.3