summaryrefslogtreecommitdiff
path: root/i18npool/source/breakiterator/data/edit_word_hu.txt
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-08-14 15:31:04 +0000
committerKurt Zenker <kz@openoffice.org>2008-08-14 15:31:04 +0000
commit672a654fa6b447df0397942c1fa6594bb63264b9 (patch)
tree0acb9b2ce580e7dba31b5fbcc13f64bce32391f8 /i18npool/source/breakiterator/data/edit_word_hu.txt
parentc75401da0c36bb518c41971d07660010ec745dd0 (diff)
INTEGRATION: CWS i18n44 (1.2.132); FILE MERGED
2008/07/23 23:07:46 khong 1.2.132.1: #i85411# Apply patch for ZWSP
Diffstat (limited to 'i18npool/source/breakiterator/data/edit_word_hu.txt')
-rw-r--r--i18npool/source/breakiterator/data/edit_word_hu.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/source/breakiterator/data/edit_word_hu.txt b/i18npool/source/breakiterator/data/edit_word_hu.txt
index 8309c6a68577..5262726cbce5 100644
--- a/i18npool/source/breakiterator/data/edit_word_hu.txt
+++ b/i18npool/source/breakiterator/data/edit_word_hu.txt
@@ -56,13 +56,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:]];
@@ -74,7 +76,7 @@ $Extend = [[:Grapheme_Extend = TRUE:]];
#
####################################################################################
-$Format = [[:Cf:]];
+$Format = [[:Cf:] - $TheZWSP];