mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 00:43:32 +00:00
ICU-2194 fix Solaris and HPUX failure
X-SVN-Rev: 11210
This commit is contained in:
parent
353f8ee0eb
commit
a85f43fcda
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ enum{
|
|||
UIDNA_UNASSIGNED = 0x0001 ,
|
||||
UIDNA_PROHIBITED = 0x0002 ,
|
||||
UIDNA_MAP_NFKC = 0x0003 ,
|
||||
UIDNA_LABEL_SEPARATOR = 0x0004 ,
|
||||
UIDNA_LABEL_SEPARATOR = 0x0004
|
||||
};
|
||||
enum{
|
||||
_IDNA_LENGTH_IN_MAPPING_TABLE = 0x0003 /*11*/
|
||||
|
|
Loading…
Add table
Reference in a new issue