diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-08-14 15:29:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-08-14 15:29:14 +0000 |
commit | 601733f145bf518eec4d29c2319c1f61ebd83d96 (patch) | |
tree | 418eeeabb5af0de08b7324fb4519020ab725a002 | |
parent | 744a220b2950f488c50e7380fd45232e24921438 (diff) |
INTEGRATION: CWS i18n44 (1.5.214); FILE MERGED
2008/07/23 23:07:45 khong 1.5.214.2: #i85411# Apply patch for ZWSP
2008/07/23 07:35:04 khong 1.5.214.1: #i85411# Apply patch for ZWSP
-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]; |