diff options
-rw-r--r-- | i18npool/source/breakiterator/data/dict_word.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/source/breakiterator/data/dict_word.txt b/i18npool/source/breakiterator/data/dict_word.txt index 6f66318a9ec6..4c5c80823041 100644 --- a/i18npool/source/breakiterator/data/dict_word.txt +++ b/i18npool/source/breakiterator/data/dict_word.txt @@ -45,13 +45,15 @@ $MidNum = [[:LineBreak = Infix_Numeric:] [:name= COMMERCIAL AT:] \u0084 [:nam $Numeric = [:LineBreak = Numeric:]; +$TheZWSP = \u200b; + # # Character Class Definitions. # The names are those from TR29. # $CR = \u000d; $LF = \u000a; -$Control = [[:Zl:] [:Zp:] [:Cc:] [:Cf:]]; +$Control = [[[:Zl:] [:Zp:] [:Cc:] [:Cf:]] - $TheZWSP]; $Extend = [[:Grapheme_Extend = TRUE:]]; @@ -63,7 +65,7 @@ $Extend = [[:Grapheme_Extend = TRUE:]]; # #################################################################################### -$Format = [[:Cf:]]; +$Format = [[:Cf:] - $TheZWSP]; |