summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/data/brkitr/char.txt
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2007-11-21 12:29:46 +0000
committerJonathan Kew <jfkthame@googlemail.com>2007-11-21 12:29:46 +0000
commit952d69f85d43b087ce9fa79d3fc6f1c076000bc7 (patch)
treedd6937a6486e80e1638618308481075efab000ae /Build/source/libs/icu-xetex/data/brkitr/char.txt
parent888236cb9df7b7d7b5a3e2d784037a9a59511c53 (diff)
updated icu-xetex library for XeTeX 0.997
git-svn-id: svn://tug.org/texlive/trunk@5536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu-xetex/data/brkitr/char.txt')
-rw-r--r--Build/source/libs/icu-xetex/data/brkitr/char.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/libs/icu-xetex/data/brkitr/char.txt b/Build/source/libs/icu-xetex/data/brkitr/char.txt
index 5e479f9f5bb..58170ddf698 100644
--- a/Build/source/libs/icu-xetex/data/brkitr/char.txt
+++ b/Build/source/libs/icu-xetex/data/brkitr/char.txt
@@ -1,12 +1,14 @@
#
-# Copyright (C) 2002-2005, International Business Machines Corporation and others.
+# Copyright (C) 2002-2006, International Business Machines Corporation and others.
# All Rights Reserved.
#
# file: char.txt
#
# ICU Character Break Rules, also known as Grapheme Cluster Boundaries
# See Unicode Standard Annex #29.
-# These rules are based on TR29 Version 4.0.0
+# These rules are based on TR29 Version 5.0.0
+# Includes post-5.0 change to treat Japanese half width voicing marks
+# as Grapheme Extend.
#
#
@@ -15,7 +17,10 @@
$CR = [\p{Grapheme_Cluster_Break = CR}];
$LF = [\p{Grapheme_Cluster_Break = LF}];
$Control = [\p{Grapheme_Cluster_Break = Control}];
-$Extend = [\p{Grapheme_Cluster_Break = Extend}];
+
+# add Japanese Half Width voicing marks to $Extend
+$VoiceMarks = [\uff9e\uff9f];
+$Extend = [\p{Grapheme_Cluster_Break = Extend} $VoiceMarks];
#
# Korean Syllable Definitions