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

Unified Diff: android/patch_locale.sh

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 | « android/icudtl.dat ('k') | common/icudtb.dat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/patch_locale.sh
diff --git a/android/patch_locale.sh b/android/patch_locale.sh
index 1853d19db4e54565009ef6a4aa6fc5d8bcb065f2..898519543ca291003de0dcfbdd83a4c312a678c1 100755
--- a/android/patch_locale.sh
+++ b/android/patch_locale.sh
@@ -68,10 +68,6 @@ do
sed -n -r -i \
'1, /^'${lang}'\{$/p
/^ "%%ALIAS"\{/p
- /^ AuxExemplarCharacters\{.*\}$/p
- /^ AuxExemplarCharacters\{$/, /^ \}$/p
- /^ ExemplarCharacters\{.*\}$/p
- /^ ExemplarCharacters\{$/, /^ \}$/p
/^ (LocaleScript|layout)\{$/, /^ \}$/p
/^ Version\{.*$/p
/^\}$/p' ${target}
« no previous file with comments | « android/icudtl.dat ('k') | common/icudtb.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698