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

Side by Side Diff: patches/linebrk.patch

Issue 1637683002: ICU 56 step 5: Apply the remaining local patches (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56post56
Patch Set: drop uconv.patch Created 4 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
« no previous file with comments | « patches/brkitr.patch ('k') | patches/uconv.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/source/data/brkitr/fi.txt b/source/data/brkitr/fi.txt
2 index fddbbb9..f06fb21 100644
3 --- a/source/data/brkitr/fi.txt
4 +++ b/source/data/brkitr/fi.txt
5 @@ -9,9 +9,9 @@
6 fi{
7 Version{"2.1.19.14"}
8 boundaries{
9 - line:process(dependency){"line_fi.brk"}
10 - line_loose:process(dependency){"line_loose_fi.brk"}
11 + line:process(dependency){"line_normal_fi.brk"}
12 + line_loose:process(dependency){"line_normal_fi.brk"}
13 line_normal:process(dependency){"line_normal_fi.brk"}
14 - line_strict:process(dependency){"line_fi.brk"}
15 + line_strict:process(dependency){"line_normal_fi.brk"}
16 }
17 }
18 diff --git a/source/data/brkitr/ja.txt b/source/data/brkitr/ja.txt
19 index 616db63..f9f986e 100644
20 --- a/source/data/brkitr/ja.txt
21 +++ b/source/data/brkitr/ja.txt
22 @@ -10,7 +10,7 @@ ja{
23 Version{"2.1.19.14"}
24 boundaries{
25 line:process(dependency){"line_normal.brk"}
26 - line_loose:process(dependency){"line_loose_cj.brk"}
27 + line_loose:process(dependency){"line_normal_cj.brk"}
28 line_normal:process(dependency){"line_normal_cj.brk"}
29 line_strict:process(dependency){"line.brk"}
30 }
31 diff --git a/source/data/brkitr/root.txt b/source/data/brkitr/root.txt
32 index 193f7c2..77ddd14 100644
33 --- a/source/data/brkitr/root.txt
34 +++ b/source/data/brkitr/root.txt
35 @@ -10,8 +10,8 @@ root{
36 Version{"2.1.20.0"}
37 boundaries{
38 grapheme:process(dependency){"char.brk"}
39 - line:process(dependency){"line.brk"}
40 - line_loose:process(dependency){"line_loose.brk"}
41 + line:process(dependency){"line_normal.brk"}
42 + line_loose:process(dependency){"line_normal.brk"}
43 line_normal:process(dependency){"line_normal.brk"}
44 line_strict:process(dependency){"line.brk"}
45 sentence:process(dependency){"sent.brk"}
46 diff --git a/source/data/brkitr/zh.txt b/source/data/brkitr/zh.txt
47 index 47b5fce..bdf3ce7 100644
48 --- a/source/data/brkitr/zh.txt
49 +++ b/source/data/brkitr/zh.txt
50 @@ -9,8 +9,8 @@
51 zh{
52 Version{"2.1.19.14"}
53 boundaries{
54 - line:process(dependency){"line.brk"}
55 - line_loose:process(dependency){"line_loose_cj.brk"}
56 + line:process(dependency){"line_normal.brk"}
57 + line_loose:process(dependency){"line_normal_cj.brk"}
58 line_normal:process(dependency){"line_normal_cj.brk"}
59 line_strict:process(dependency){"line.brk"}
60 }
61 diff --git a/source/data/brkitr/zh_Hant.txt b/source/data/brkitr/zh_Hant.txt
62 index 36e9146..33907e7 100644
63 --- a/source/data/brkitr/zh_Hant.txt
64 +++ b/source/data/brkitr/zh_Hant.txt
65 @@ -9,8 +9,8 @@
66 zh_Hant{
67 Version{"2.1.19.14"}
68 boundaries{
69 - line:process(dependency){"line.brk"}
70 - line_loose:process(dependency){"line_loose_cj.brk"}
71 + line:process(dependency){"line_normal.brk"}
72 + line_loose:process(dependency){"line_normal_cj.brk"}
73 line_normal:process(dependency){"line_normal_cj.brk"}
74 line_strict:process(dependency){"line.brk"}
75 }
OLDNEW
« no previous file with comments | « patches/brkitr.patch ('k') | patches/uconv.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698