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

Side by Side Diff: README.chromium

Issue 1514253003: Converter update for Big5, KOI8-U and timezone update to 2015g (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: readme update Created 5 years 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 | « no previous file | android/icudtl.dat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: icu 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 54.1 3 Version: 54.1
4 License: MIT 4 License: MIT
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 This directory contains the source code of ICU 54.1 for C/C++. 8 This directory contains the source code of ICU 54.1 for C/C++.
9 9
10 10
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 146
147 6. Timezone data update 147 6. Timezone data update
148 - Grab the latest version of the following timezone data files and 148 - Grab the latest version of the following timezone data files and
149 put them in source/data/misc using scripts/update_tz.sh 149 put them in source/data/misc using scripts/update_tz.sh
150 150
151 metaZones.txt 151 metaZones.txt
152 timezoneTypes.txt 152 timezoneTypes.txt
153 windowsZones.txt 153 windowsZones.txt
154 zoneinfo64.txt 154 zoneinfo64.txt
155 155
156 As of April 1 2015, the latest version is 2015b and the above files 156 As of Dec 14 2015, the latest version is 2015g and the above files
157 are available at 157 are available at
158 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2015b/44/ 158 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2015g/44/
159 159
160 7. Transliterator customization 160 7. Transliterator customization
161 161
162 - Also add css3transform.txt to source/data/trnslit. 162 - Also add css3transform.txt to source/data/trnslit.
163 - Put the following line in trnslocal.mk 163 - Put the following line in trnslocal.mk
164 164
165 TRANSLIT_SOURCE=css3transform.txt 165 TRANSLIT_SOURCE=css3transform.txt
166 166
167 8. Build-related changes 167 8. Build-related changes
168 168
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 21. Fix -Woverloaded-virtual warnings 315 21. Fix -Woverloaded-virtual warnings
316 - patches/woverloaded-virtual.patch 316 - patches/woverloaded-virtual.patch
317 317
318 22. Fix -Wmicrosoft-unqulified-friend warning 318 22. Fix -Wmicrosoft-unqulified-friend warning
319 - patches/stringthreadtest.patch 319 - patches/stringthreadtest.patch
320 320
321 23. Fix 'bad cast' found in Transliterator with a cfi build 321 23. Fix 'bad cast' found in Transliterator with a cfi build
322 - patches/xlit_badcast.patch ; speculative 322 - patches/xlit_badcast.patch ; speculative
323 - upstream bug (yet to be resolved) 323 - upstream bug (yet to be resolved)
324 http://bugs.icu-project.org/trac/ticket/11937 324 http://bugs.icu-project.org/trac/ticket/11937
OLDNEW
« no previous file with comments | « no previous file | android/icudtl.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698