mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-96 checking whether any of ICU tailoring sets jamo special flag (none should)
X-SVN-Rev: 4927
This commit is contained in:
parent
e26f0d5676
commit
29065f53ea
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue