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

Side by Side Diff: README.chromium

Issue 8801026: Update the pre-built ICU data file for the following changes: (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | patches/locale1.patch » ('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: 4.6 3 Version: 4.6
4 4
5 Description: 5 Description:
6 This directory contains the source code of ICU 4.6 for C/C++ 6 This directory contains the source code of ICU 4.6 for C/C++
7 7
8 1. It was obtained with the following: 8 1. It was obtained with the following:
9 9
10 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46 10 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 - source/data/brkitr/cjdict.txt : 53 - source/data/brkitr/cjdict.txt :
54 Chinese and Japanese word frequency list. 54 Chinese and Japanese word frequency list.
55 See the file for license/copyright notice 55 See the file for license/copyright notice
56 56
57 - source/data/brkitr/cc_edict.txt : 57 - source/data/brkitr/cc_edict.txt :
58 the list of words derived from CC-Edict.) 58 the list of words derived from CC-Edict.)
59 59
60 - patches/brkitr.patch 60 - patches/brkitr.patch
61 * word.txt : Chinese/Japanese segmentation rules, Hebrew-script-specific 61 * word.txt : Chinese/Japanese segmentation rules, Hebrew-script-specific
62 handling of U+0022, and splitting of FQDN into labels at '.'. 62 handling of U+0022, and splitting of FQDN into labels at '.'.
63 For Hebrew, see http://unicode.org/cldr/track/ticket/3120
63 * line.txt : Incorporated line_he and minor changes in CL, OP and ID 64 * line.txt : Incorporated line_he and minor changes in CL, OP and ID
64 definitions. 65 definitions.
66 For Hebrew, see http://unicode.org/cldr/track/ticket/4004
67 For others, see http://unicode.org/cldr/track/ticket/3974
68 http://unicode.org/cldr/track/ticket/4200
69 http://unicode.org/cldr/track/ticket/
65 * brklocal.mk : build file changes to drop unnecessary brkitr rule 70 * brklocal.mk : build file changes to drop unnecessary brkitr rule
66 files (e.g. word_ja.txt, line_he.txt) 71 files (e.g. word_ja.txt, line_he.txt)
67 72
68 If you want to run ICU tests, you have to copy source/data/brkitr/cjdict.txt 73 If you want to run ICU tests, you have to copy source/data/brkitr/cjdict.txt
69 to source/test/testdata/cjdict-truncated.txt to pass TestTrieWithValue test. 74 to source/test/testdata/cjdict-truncated.txt to pass TestTrieWithValue test.
70 75
71 5. Converter changes : converters.patch 76 5. Converter changes : converters.patch
72 - Include what we really need. See source/data/mappings/ucmlocal.txt 77 - Include what we really need. See source/data/mappings/ucmlocal.txt
73 - Alias and mapping changes : source/data/mappings/convrtrs.txt 78 - Alias and mapping changes : source/data/mappings/convrtrs.txt
74 - Changes several tables and add six new tables, three of which 79 - Changes several tables and add six new tables, three of which
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 16. Apply the upstream patch for Korean search collator support (ICU 4.6.1). 195 16. Apply the upstream patch for Korean search collator support (ICU 4.6.1).
191 - patches/search_collation.patch 196 - patches/search_collation.patch
192 - upstream bug: http://bugs.icu-project.org/trac/ticket/8290 197 - upstream bug: http://bugs.icu-project.org/trac/ticket/8290
193 198
194 17. Fix a use of uninitialized memory bug in regular expression matching 199 17. Fix a use of uninitialized memory bug in regular expression matching
195 - patches/rematch.patch 200 - patches/rematch.patch
196 - upstream bug: http://bugs.icu-project.org/trac/ticket/8824 201 - upstream bug: http://bugs.icu-project.org/trac/ticket/8824
197 202
198 18. Make it compile with -Werror on gcc 4.6 203 18. Make it compile with -Werror on gcc 4.6
199 - patches/gcc46.patch (ToT upstream does not have this code any more). 204 - patches/gcc46.patch (ToT upstream does not have this code any more).
OLDNEW
« 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