ICU-96 checking whether any of ICU tailoring sets jamo special flag (none should)

X-SVN-Rev: 4927
This commit is contained in:
Vladimir Weinstein 2001-06-09 01:23:05 +00:00
parent e26f0d5676
commit 29065f53ea

View file

@ -1247,6 +1247,9 @@ static void RamsRulesTest( ) {
log_verbose("Testing locale %s\n", locName);
coll = ucol_open(locName, &status);
if(U_SUCCESS(status)) {
if(coll->image->jamoSpecial == TRUE) {
log_err("%s has special JAMOs\n", locName);
}
ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
testCollator(coll, &status);
testCEs(coll, &status);