ICU-1688 That was a long one to debug. :-( The first group, 0000..0019

was always skipped by accident, so there was no way that u_charFromName()
could map back the Unicode 1.0 names for the control characters.

X-SVN-Rev: 7756
This commit is contained in:
Yves Arrouye 2002-02-25 00:26:29 +00:00
parent 11d332cbfe
commit d7ed7fb293

View file

@ -820,8 +820,8 @@ enumNames(UCharNames *names,
fn, context, nameChoice)) {
return FALSE;
}
++group; /* continue with the next group */
}
++group; /* continue with the next group */
} else if(startGroupMSB>group->groupMSB) {
/* make sure that we start enumerating with the first group after start */
++group;