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

Unified Diff: patches/linebrk.patch

Issue 2442923002: ICU update to 58 part 2 (Closed)
Patch Set: apply more patches and updates; almost ready to roll Created 4 years, 2 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 | « patches/khmer-dictbe.patch ('k') | patches/locale1.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/linebrk.patch
diff --git a/patches/linebrk.patch b/patches/linebrk.patch
index a88f7367f25a451ca93dda75513c055880236c6f..e38ba4cec070079392f06a22bb80b6519de00ccd 100644
--- a/patches/linebrk.patch
+++ b/patches/linebrk.patch
@@ -1,8 +1,20 @@
+diff --git a/source/data/brkitr/brklocal.mk b/source/data/brkitr/brklocal.mk
+index 204458c..b5eca75 100644
+--- a/source/data/brkitr/brklocal.mk
++++ b/source/data/brkitr/brklocal.mk
+@@ -41,6 +41,7 @@ BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodict.txt\
+ # List of break iterator files (brk).
+ BRK_SOURCE = char.txt line.txt\
+ line_normal.txt line_normal_cj.txt line_normal_fi.txt\
++ line_loose_cj.txt\
+ sent.txt sent_el.txt title.txt word.txt
+
+
diff --git a/source/data/brkitr/fi.txt b/source/data/brkitr/fi.txt
-index fddbbb9..f06fb21 100644
+index 3c07f15..72029ee 100644
--- a/source/data/brkitr/fi.txt
+++ b/source/data/brkitr/fi.txt
-@@ -9,9 +9,9 @@
+@@ -3,9 +3,9 @@
fi{
Version{"2.1.19.14"}
boundaries{
@@ -15,25 +27,12 @@ index fddbbb9..f06fb21 100644
+ line_strict:process(dependency){"line_normal_fi.brk"}
}
}
-diff --git a/source/data/brkitr/ja.txt b/source/data/brkitr/ja.txt
-index 616db63..f9f986e 100644
---- a/source/data/brkitr/ja.txt
-+++ b/source/data/brkitr/ja.txt
-@@ -10,7 +10,7 @@ ja{
- Version{"2.1.19.14"}
- boundaries{
- line:process(dependency){"line_normal.brk"}
-- line_loose:process(dependency){"line_loose_cj.brk"}
-+ line_loose:process(dependency){"line_normal_cj.brk"}
- line_normal:process(dependency){"line_normal_cj.brk"}
- line_strict:process(dependency){"line.brk"}
- }
diff --git a/source/data/brkitr/root.txt b/source/data/brkitr/root.txt
-index 193f7c2..77ddd14 100644
+index 050fa68..1a1ad8a 100644
--- a/source/data/brkitr/root.txt
+++ b/source/data/brkitr/root.txt
-@@ -10,8 +10,8 @@ root{
- Version{"2.1.20.0"}
+@@ -4,8 +4,8 @@ root{
+ Version{"2.1.29.25"}
boundaries{
grapheme:process(dependency){"char.brk"}
- line:process(dependency){"line.brk"}
@@ -44,32 +43,28 @@ index 193f7c2..77ddd14 100644
line_strict:process(dependency){"line.brk"}
sentence:process(dependency){"sent.brk"}
diff --git a/source/data/brkitr/zh.txt b/source/data/brkitr/zh.txt
-index 47b5fce..bdf3ce7 100644
+index 7fc9d68..93eef46 100644
--- a/source/data/brkitr/zh.txt
+++ b/source/data/brkitr/zh.txt
-@@ -9,8 +9,8 @@
+@@ -3,7 +3,7 @@
zh{
Version{"2.1.19.14"}
boundaries{
- line:process(dependency){"line.brk"}
-- line_loose:process(dependency){"line_loose_cj.brk"}
+ line:process(dependency){"line_normal.brk"}
-+ line_loose:process(dependency){"line_normal_cj.brk"}
+ line_loose:process(dependency){"line_loose_cj.brk"}
line_normal:process(dependency){"line_normal_cj.brk"}
line_strict:process(dependency){"line.brk"}
- }
diff --git a/source/data/brkitr/zh_Hant.txt b/source/data/brkitr/zh_Hant.txt
-index 36e9146..33907e7 100644
+index 5bbee01..f1e782c 100644
--- a/source/data/brkitr/zh_Hant.txt
+++ b/source/data/brkitr/zh_Hant.txt
-@@ -9,8 +9,8 @@
+@@ -3,7 +3,7 @@
zh_Hant{
Version{"2.1.19.14"}
boundaries{
- line:process(dependency){"line.brk"}
-- line_loose:process(dependency){"line_loose_cj.brk"}
+ line:process(dependency){"line_normal.brk"}
-+ line_loose:process(dependency){"line_normal_cj.brk"}
+ line_loose:process(dependency){"line_loose_cj.brk"}
line_normal:process(dependency){"line_normal_cj.brk"}
line_strict:process(dependency){"line.brk"}
- }
« no previous file with comments | « patches/khmer-dictbe.patch ('k') | patches/locale1.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698