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

Side by Side Diff: third_party/icu38/README.google

Issue 9016: Update ICU data file:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/icu38/data.patch2.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 A. This directory contains the source code of ICU 3.8 for C/C++ with CJK 1 A. This directory contains the source code of ICU 3.8 for C/C++ with CJK
2 segmentation, plural formatting and other locale-data updates added: 2 segmentation, plural formatting and other locale-data updates added:
3 3
4 - It was obtained with the following: 4 - It was obtained with the following:
5 5
6 1. Download the clean ICU source tree (revision 22777) with the following : 6 1. Download the clean ICU source tree (revision 22777) with the following :
7 7
8 $ svn export --native-eol LF -r 22777 http://source.icu-project.org/repos /icu/icu/trunk icu38 8 $ svn export --native-eol LF -r 22777 http://source.icu-project.org/repos /icu/icu/trunk icu38
9 9
10 2. Apply the following 7 patches : 10 2. Apply the following 8 patches :
11 11
12 * segmentation.patch.txt (CJ segmentation patch : code change + data) 12 * segmentation.patch.txt (CJ segmentation patch : code change + data)
13 * data.patch.txt (ICU data customization patch) 13 * data.patch.txt (ICU data customization patch)
14 * data.patch2.txt (ICU data customization patch set 2 : to be applied on top of
15 data.patch.txt)
14 * windows.patch (Windows-specific patch) 16 * windows.patch (Windows-specific patch)
15 * uconv.patch (thread-safety patch for uconv. Ported from the ICU trunk) 17 * uconv.patch (thread-safety patch for uconv. Ported from the ICU trunk)
16 * wpo.patch (see section E). 18 * wpo.patch (see section E).
17 * plural.patch (for plural formatting. Ported back from ICU 4.0. See 19 * plural.patch (for plural formatting. Ported back from ICU 4.0. See
18 section G for details). 20 section G for details).
19 * uconv.security.patch (patches for ICU bug 5691/Chrome bug 2074. 21 * uconv.security.patch (patches for ICU bug 5691/Chrome bug 2074.
20 The patch for HZ encoding is not included because we don't 22 The patch for HZ encoding is not included because we don't
21 support HZ). 23 support HZ).
22 24
23 - Once CJK segmentation is included in an ICU release, we can use that 25 - Once CJK segmentation is included in an ICU release, we can use that
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 source/test/intltest/tmsgfmt.h 146 source/test/intltest/tmsgfmt.h
145 public/common/unicode/utypes.h 147 public/common/unicode/utypes.h
146 public/i18n/unicode/msgfmt.h 148 public/i18n/unicode/msgfmt.h
147 public/i18n/unicode/plurfmt.h 149 public/i18n/unicode/plurfmt.h
148 public/i18n/unicode/plurrule.h 150 public/i18n/unicode/plurrule.h
149 151
150 Besides, builds/icu.vcproj was modified to add plurrule.cpp and 152 Besides, builds/icu.vcproj was modified to add plurrule.cpp and
151 plurfmt.cpp to the list of files to compile. Note that this change 153 plurfmt.cpp to the list of files to compile. Note that this change
152 is not a part of plural.patch because builds/icu.vcproj is 154 is not a part of plural.patch because builds/icu.vcproj is
153 our own file. 155 our own file.
OLDNEW
« no previous file with comments | « no previous file | third_party/icu38/data.patch2.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698