mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
ICU-1048 fix handling of ::ID blocks in reverse dir
X-SVN-Rev: 6408
This commit is contained in:
parent
f3fd842428
commit
b38dea699b
1 changed files with 4 additions and 1 deletions
|
@ -984,7 +984,10 @@ Transliterator* TransliteratorRegistry::instantiateEntry(const UnicodeString& ID
|
|||
}
|
||||
} else {
|
||||
if (entry->u.data == 0) {
|
||||
// idBlock, no data -- this is an alias
|
||||
// idBlock, no data -- this is an alias. The ID has
|
||||
// been munged from reverse into forward mode, if
|
||||
// necessary, so instantiate the ID in the forward
|
||||
// direction.
|
||||
entry->entryType = Entry::ALIAS;
|
||||
} else {
|
||||
// idBlock and data -- this is a compound
|
||||
|
|
Loading…
Add table
Reference in a new issue