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

Side by Side Diff: icu46/patches/brkitr.patch

Issue 6349014: ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | icu46/source/data/brkitr/brklocal.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- source/data/brkitr/line.txt 2009-06-24 14:06:38.000000000 -0700 1 --- source/data/brkitr/line.txt 2009-06-24 14:06:38.000000000 -0700
2 +++ source/data/brkitr/line.txt 2009-08-07 17:27:26.991805000 -0700 2 +++ source/data/brkitr/line.txt 2009-08-07 17:27:26.991805000 -0700
3 @@ -69,7 +69,8 @@ 3 @@ -69,7 +69,8 @@
4 $HY = [:LineBreak = Hyphen:]; 4 $HY = [:LineBreak = Hyphen:];
5 $H2 = [:LineBreak = H2:]; 5 $H2 = [:LineBreak = H2:];
6 $H3 = [:LineBreak = H3:]; 6 $H3 = [:LineBreak = H3:];
7 -$ID = [:LineBreak = Ideographic:]; 7 -$ID = [:LineBreak = Ideographic:];
8 +$IDDelta = [\ufe45\ufe46\ufe51]; 8 +$IDDelta = [\ufe45\ufe46\ufe51];
9 +$ID = [[:LineBreak = Ideographic:] - $IDDelta]; 9 +$ID = [[:LineBreak = Ideographic:] - $IDDelta];
10 $IN = [:LineBreak = Inseperable:]; 10 $IN = [:LineBreak = Inseperable:];
11 $IS = [:LineBreak = Infix_Numeric:]; 11 $IS = [:LineBreak = Infix_Numeric:];
12 $JL = [:LineBreak = JL:]; 12 $JL = [:LineBreak = JL:];
13 @@ -77,7 +78,7 @@ 13 @@ -77,7 +78,7 @@
14 $JT = [:LineBreak = JT:]; 14 $JT = [:LineBreak = JT:];
15 $LF = [:LineBreak = Line_Feed:]; 15 $LF = [:LineBreak = Line_Feed:];
16 $NL = [:LineBreak = Next_Line:]; 16 $NL = [:LineBreak = Next_Line:];
17 -$NS = [:LineBreak = Nonstarter:]; 17 -$NS = [:LineBreak = Nonstarter:];
18 +$NS = [[:LineBreak = Nonstarter:] $IDDelta \u23b5]; 18 +$NS = [[:LineBreak = Nonstarter:] $IDDelta \u23b5];
19 $NU = [:LineBreak = Numeric:]; 19 $NU = [:LineBreak = Numeric:];
20 $OP = [:LineBreak = Open_Punctuation:]; 20 $OP = [:LineBreak = Open_Punctuation:];
21 $PO = [:LineBreak = Postfix_Numeric:]; 21 $PO = [:LineBreak = Postfix_Numeric:];
OLDNEW
« no previous file with comments | « no previous file | icu46/source/data/brkitr/brklocal.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698