summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-08-14 15:30:39 +0000
committerKurt Zenker <kz@openoffice.org>2008-08-14 15:30:39 +0000
commit43f49bd7d04fcc64941b5576a804f1b8bab76423 (patch)
tree56d7ae9362a9906b807eedca9b5f5ad0cc6efb65 /i18npool
parent8c4bc258ab77b586325a868d75094b1e041bd57e (diff)
INTEGRATION: CWS i18n44 (1.3.314); FILE MERGED
2008/07/23 23:07:46 khong 1.3.314.1: #i85411# Apply patch for ZWSP
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/data/edit_word.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/source/breakiterator/data/edit_word.txt b/i18npool/source/breakiterator/data/edit_word.txt
index 7eb2c9d154d1..ff8321262269 100644
--- a/i18npool/source/breakiterator/data/edit_word.txt
+++ b/i18npool/source/breakiterator/data/edit_word.txt
@@ -39,13 +39,15 @@ $MidNum = [[:LineBreak = Infix_Numeric:] - [:name = FULL STOP:]];
$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:]];
@@ -57,7 +59,7 @@ $Extend = [[:Grapheme_Extend = TRUE:]];
#
####################################################################################
-$Format = [[:Cf:]];
+$Format = [[:Cf:] - $TheZWSP];