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

Unified Diff: icu52/README.chromium

Issue 239543018: Trim ICU data to reduce the download size/memory usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 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 | « no previous file | icu52/icu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52/README.chromium
===================================================================
--- icu52/README.chromium (revision 264579)
+++ icu52/README.chromium (working copy)
@@ -87,20 +87,17 @@
b. Minor fixes for Korean, a few Indic (AmPmMarkers) and
others (datetime format)
- - patches/locale2.patch :
- The minimum locale data Chrome needs for 47 languages Chrome is
- not localized to. Each locale data file has ExemplarCharacters,
- LocaleScript, layout, and the name of the language for a locale
- in its native language.
-
- Locale build configuration files: To include the full locale data
for Chrome's UI languages and the minimum locale data for other locales,
add reslocal.mk or {trns,sprep,rbnf,coll}local.mk files to
source/data/{coll,curr,lang.locale,curr,region,translit,zone,rbnf,sprep}.
- - In source/data/region, run the following command to get rid of numeric region
- display names we don't use (everything other than 419).
- $ sed -i '/[0-35-9][0-9][0-9]{/ d' *.txt
+ - Run scripts/trimdata.sh
+ a. Trim the locale data for Chrome's UI langauges :
+ locales, lang, region, currency
+ b. Trim the locale data for non-UI languages to the bare minimum :
+ ExemplarCharacters, LocaleScript, layout, and the name of the
+ language for a locale in its native language.
- android/patch_locale.sh (to be run for Android build only):
Makes changes to source/data/{curr,region,lang} to exclude these data
« no previous file with comments | « no previous file | icu52/icu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698