ICU-9570 turn off break iteration when we dont have normalization

X-SVN-Rev: 32539
This commit is contained in:
Markus Scherer 2012-10-07 00:56:29 +00:00
parent 345df05de0
commit 62b9d2f4b1

View File

@ -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 */