mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5018 fix failure
X-SVN-Rev: 20228
This commit is contained in:
parent
d8dd554dd7
commit
d42b09fe1b
1 changed files with 3 additions and 3 deletions
|
@ -145,9 +145,9 @@ public final class UConverterAlias {
|
|||
gStringTable = new byte[(int)tableArray[stringTableIndex]*2];
|
||||
gNormalizedStringTable = new byte[(int)tableArray[normalizedStringTableIndex]*2];
|
||||
|
||||
if (gOptionTable[0] != STD_NORMALIZED) {
|
||||
throw new IOException("Unsupported alias normalization");
|
||||
}
|
||||
//if (gOptionTable[0] != STD_NORMALIZED) {
|
||||
// throw new IOException("Unsupported alias normalization");
|
||||
//}
|
||||
|
||||
reader.read(gConverterList, gTagList,
|
||||
gAliasList, gUntaggedConvArray,
|
||||
|
|
Loading…
Add table
Reference in a new issue