ICU-1048 fix handling of ::ID blocks in reverse dir

X-SVN-Rev: 6408
This commit is contained in:
Alan Liu 2001-10-24 00:09:35 +00:00
parent f3fd842428
commit b38dea699b

View file

@ -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