mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-7182 fix gcc compilation error.
X-SVN-Rev: 26963
This commit is contained in:
parent
ccb5efefb0
commit
786d5042dd
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ enum {
|
|||
/** Options bit 0, do not decompose Hangul syllables. @draft ICU 2.6 */
|
||||
UNORM_NX_HANGUL=1,
|
||||
/** Options bit 1, do not decompose CJK compatibility characters. @draft ICU 2.6 */
|
||||
UNORM_NX_CJK_COMPAT=2,
|
||||
UNORM_NX_CJK_COMPAT=2
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue