]> granicus.if.org Git - icu/commitdiff
ICU-9570 turn off break iteration when we dont have normalization
authorMarkus Scherer <markus.icu@gmail.com>
Sun, 7 Oct 2012 00:56:29 +0000 (00:56 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Sun, 7 Oct 2012 00:56:29 +0000 (00:56 +0000)
X-SVN-Rev: 32539

icu4c/source/common/unicode/uconfig.h

index 8d222614add762721053c2d2a90deab5075fc794..4cda06a329fa74be13fdf884d189de1e9983d716 100644 (file)
 #   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 */