mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
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:
parent
11d332cbfe
commit
d7ed7fb293
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue