ICU-9570 turn off break iteration when we dont have normalization
X-SVN-Rev: 32539
This commit is contained in:
parent
345df05de0
commit
62b9d2f4b1
@ -292,6 +292,9 @@
|
||||
# define UCONFIG_NO_NORMALIZATION 0
|
||||
#elif UCONFIG_NO_NORMALIZATION
|
||||
/* common library */
|
||||
/* ICU 50 CJK dictionary BreakIterator uses normalization */
|
||||
# define UCONFIG_NO_BREAK_ITERATION 1
|
||||
/* IDNA (UTS #46) is implemented via normalization */
|
||||
# define UCONFIG_NO_IDNA 1
|
||||
|
||||
/* i18n library */
|
||||
|
Loading…
Reference in New Issue
Block a user