summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-08-14 15:29:27 +0000
committerKurt Zenker <kz@openoffice.org>2008-08-14 15:29:27 +0000
commit1e8949e19eb5f63504ab634c9a3e55b4b48484e0 (patch)
tree5df760c6d4bd5da00a60b16e206a03f7a3d1b6d5
parent601733f145bf518eec4d29c2319c1f61ebd83d96 (diff)
INTEGRATION: CWS i18n44 (1.4.214); FILE MERGED
2008/07/23 23:07:45 khong 1.4.214.1: #i85411# Apply patch for ZWSP
-rw-r--r--i18npool/source/breakiterator/data/dict_word_ca.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18npool/source/breakiterator/data/dict_word_ca.txt b/i18npool/source/breakiterator/data/dict_word_ca.txt
index fc9336e3bb7d..ca4a14abe724 100644
--- a/i18npool/source/breakiterator/data/dict_word_ca.txt
+++ b/i18npool/source/breakiterator/data/dict_word_ca.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:]];