diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-08-14 15:30:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-08-14 15:30:05 +0000 |
commit | 0c008c4b9b1957fffb62175a31a7085f98afbd6a (patch) | |
tree | ebb0939c7f215ae55f8ff302415a09101392a9f7 /i18npool | |
parent | 01a7b977a133a910845c7226f36640f2edaf2ce9 (diff) |
INTEGRATION: CWS i18n44 (1.3.214); FILE MERGED
2008/07/23 23:07:45 khong 1.3.214.1: #i85411# Apply patch for ZWSP
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/breakiterator/data/dict_word_he.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/source/breakiterator/data/dict_word_he.txt b/i18npool/source/breakiterator/data/dict_word_he.txt index 38fb8aa5c3fe..b98350e9d3fe 100644 --- a/i18npool/source/breakiterator/data/dict_word_he.txt +++ b/i18npool/source/breakiterator/data/dict_word_he.txt @@ -40,13 +40,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:]]; @@ -58,7 +60,7 @@ $Extend = [[:Grapheme_Extend = TRUE:]]; # #################################################################################### -$Format = [[:Cf:]]; +$Format = [[:Cf:] - $TheZWSP]; |