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

Unified Diff: README.chromium

Issue 8724009: Update timezone data files to 2011n (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 9 years, 1 month 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 | patches/locale1.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 107982)
+++ README.chromium (working copy)
@@ -102,8 +102,21 @@
unihan collation tables are never used in Chrome/Webkit, but it takes
about 1MB in the uncompressed ICU data file in ICU 4.2.1.
-8. Build-related changes
+8. Timezone data update
+ - Grab the latest version of the following timezone data files and
+ put them in source/data/misc.
+ metaZones.txt
+ timezoneTypes.txt
+ windowsZones.txt
+ zoneinfo64.txt
+
+ As of Nov, 2011, the latest version is 2011n and the above files
+ are available at
+ http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2011n/44/
+
+9. Build-related changes
+
- patches/wpo.patch
- patches/vscomp.patch
(see http://bugs.icu-project.org/trac/ticket/8355 and
@@ -117,7 +130,7 @@
- patches/clang.patch: To build with Clang.
- add an empty file (stubdatabuilt.txt) to source/stubdata
-9. Pre-built data libraries are checked in.
+10. Pre-built data libraries are checked in.
Before building data file on Linux, re-run runConfigureICU Linux again
if it's run without data.build.patch in #8 above.
@@ -166,7 +179,7 @@
14. Fix for locales that don't use '.' as decimal separator: patches/nan.patch
- upstream bug: http://bugs.icu-project.org/trac/ticket/8561
- - Handle other chars besides the dot. This is require because decNumber's
+ - Handle other chars besides the dot. This is required because decNumber's
parser expects the dot as a decimal separator.
- Locales that don't use dot were producing "NaN" values.
@@ -183,4 +196,4 @@
- upstream bug: http://bugs.icu-project.org/trac/ticket/8824
18. Make it compile with -Werror on gcc 4.6
- - patches/gcc46.patch
+ - patches/gcc46.patch (ToT upstream does not have this code any more).
« no previous file with comments | « no previous file | patches/locale1.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698