Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: patches/brkitr.patch

Issue 858363003: ICU update to 54.1 - step 5 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: ja exemplar charset fix Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android/brkitr.patch ('k') | patches/cjdict.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/brkitr.patch
diff --git a/patches/brkitr.patch b/patches/brkitr.patch
index feac0af949189fdd97fe0885957b1a0f3e0f555f..7bd8286e84855e66425e2faee987821417193b13 100644
--- a/patches/brkitr.patch
+++ b/patches/brkitr.patch
@@ -1,8 +1,8 @@
-Index: source/data/brkitr/word.txt
-===================================================================
---- source/data/brkitr/word.txt (revision 259715)
-+++ source/data/brkitr/word.txt (working copy)
-@@ -35,10 +35,16 @@
+diff --git a/source/data/brkitr/word.txt b/source/data/brkitr/word.txt
+index f89a2fe..c74da4c 100644
+--- a/source/data/brkitr/word.txt
++++ b/source/data/brkitr/word.txt
+@@ -35,10 +35,16 @@ $Hebrew_Letter = [\p{Word_Break = Hebrew_Letter}];
$ALetter = [\p{Word_Break = ALetter}];
$Single_Quote = [\p{Word_Break = Single_Quote}];
$Double_Quote = [\p{Word_Break = Double_Quote}];
@@ -22,10 +22,10 @@ Index: source/data/brkitr/word.txt
$ExtendNumLet = [\p{Word_Break = ExtendNumLet}];
$Han = [:Han:];
-Index: source/data/brkitr/line.txt
-===================================================================
---- source/data/brkitr/line.txt (revision 259715)
-+++ source/data/brkitr/line.txt (working copy)
+diff --git a/source/data/brkitr/line.txt b/source/data/brkitr/line.txt
+index 74560af..ff7d139 100644
+--- a/source/data/brkitr/line.txt
++++ b/source/data/brkitr/line.txt
@@ -12,9 +12,8 @@
# This is only because of a limitation of ICU break engine implementation,
# not because the older behavior is desirable.
@@ -55,7 +55,7 @@ Index: source/data/brkitr/line.txt
$CM = [:LineBreak = Combining_Mark:];
$CP = [:LineBreak = Close_Parenthesis:];
$CR = [:LineBreak = Carriage_Return:];
-@@ -74,16 +73,16 @@
+@@ -74,17 +73,17 @@ $HL = [:LineBreak = Hebrew_Letter:];
$HY = [:LineBreak = Hyphen:];
$H2 = [:LineBreak = H2:];
$H3 = [:LineBreak = H3:];
@@ -76,3 +76,4 @@ Index: source/data/brkitr/line.txt
+$OP = [[:LineBreak = Open_Punctuation:] \u23B4];
$PO = [:LineBreak = Postfix_Numeric:];
$PR = [:LineBreak = Prefix_Numeric:];
+ $QU = [:LineBreak = Quotation:];
« no previous file with comments | « android/brkitr.patch ('k') | patches/cjdict.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698