mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-9570 turn off break iteration when we dont have normalization
X-SVN-Rev: 32539
This commit is contained in:
parent
345df05de0
commit
62b9d2f4b1
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue