From a0cebb27992caf21c2a983ed9e335bd6b5917f1a Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Sun, 16 Feb 2003 19:16:18 +0000 Subject: [PATCH] ICU-2344 test Turkic lowercasing of U+0307 according to Unicode erratum from 2002-10-31 X-SVN-Rev: 11072 --- icu4c/source/test/intltest/strcase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/intltest/strcase.cpp b/icu4c/source/test/intltest/strcase.cpp index 923a5cb600..af148f6b50 100644 --- a/icu4c/source/test/intltest/strcase.cpp +++ b/icu4c/source/test/intltest/strcase.cpp @@ -241,7 +241,7 @@ StringCaseTest::TestCaseConversion() // remove dot above if there was a capital I before and there are no more accents above UnicodeString dots=UnicodeString("I \\u0130 I\\u0307 I\\u0327\\u0307 I\\u0301\\u0307 I\\u0327\\u0307\\u0301", "").unescape(), - dotsTurkish=UnicodeString("\\u0131 i i\\u0307 i\\u0327\\u0307 \\u0131\\u0301\\u0307 i\\u0327\\u0307\\u0301", "").unescape(), + dotsTurkish=UnicodeString("\\u0131 i i i\\u0327 \\u0131\\u0301\\u0307 i\\u0327\\u0301", "").unescape(), dotsDefault=UnicodeString("i i\\u0307 i\\u0307 i\\u0327\\u0307 i\\u0301\\u0307 i\\u0327\\u0307\\u0301", "").unescape(); (t=dots).toLower("tr");