ICU-2344 test Turkic lowercasing of U+0307 according to Unicode erratum from 2002-10-31

X-SVN-Rev: 11072
This commit is contained in:
Markus Scherer 2003-02-16 19:16:18 +00:00
parent d31f8de161
commit a0cebb2799

View File

@ -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");