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

Side by Side Diff: README.chromium

Issue 609493003: Check in word_ja.txt for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu52/
Patch Set: readme update Created 6 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | source/data/brkitr/word_ja.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 Name: icu 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 52.1 3 Version: 52.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 52.1 for C/C++ 8 This directory contains the source code of ICU 52.1 for C/C++
9 9
10 1. It was obtained with the following: 10 1. It was obtained with the following:
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 (source/data/brkitr/khmerdict.txt) obtained from 62 (source/data/brkitr/khmerdict.txt) obtained from
63 http://bugs.icu-project.org/trac/ticket/9451 63 http://bugs.icu-project.org/trac/ticket/9451
64 64
65 - Add several common Chinese words that were dropped previously to 65 - Add several common Chinese words that were dropped previously to
66 source/data/cjdict/brkitr/cjdict.txt 66 source/data/cjdict/brkitr/cjdict.txt
67 patch: patches/cjdict.patch 67 patch: patches/cjdict.patch
68 upstream bug: http://bugs.icu-project.org/trac/ticket/10888 68 upstream bug: http://bugs.icu-project.org/trac/ticket/10888
69 69
70 70
71 - android/brkitr.patch (to be applied for Android build only) : 71 - android/brkitr.patch (to be applied for Android build only) :
72 Reverts some changes about Chinese/Japanese segmentation rules in 72 Do not use the C+J dictionary for Chinese/Japanese segmentation
73 patches/brkitr.patch to reduce binary size for Android. 73 to reduce the data size. Adjust word.txt and a few other files.
74
75 - source/data/brkitr/word_ja.txt (used only on Android)
76 Added for Japanese-specific word-breaking without the C+J dictionary.
74 77
75 4. Converter changes : 78 4. Converter changes :
76 79
77 - converters.patch : 80 - converters.patch :
78 a. revises existing mapping tables 81 a. revises existing mapping tables
79 b. Remove a lot of unused aliases in the converter alias table 82 b. Remove a lot of unused aliases in the converter alias table
80 (source/data/mappings/convrtrs.txt ) leading to 40kB size reduction. 83 (source/data/mappings/convrtrs.txt ) leading to 40kB size reduction.
81 84
82 - Add source/data/mappings/ucmlocal.txt : to list only converters we need. 85 - Add source/data/mappings/ucmlocal.txt : to list only converters we need.
83 - Add three new tables per WHATWG encoding standards for EUC-JP, 86 - Add three new tables per WHATWG encoding standards for EUC-JP,
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 f. Copy that icudt52.dll to ${CHROME_ICU_ROOT}/windows/icudt.dll 231 f. Copy that icudt52.dll to ${CHROME_ICU_ROOT}/windows/icudt.dll
229 and check that in. 232 and check that in.
230 233
231 234
232 10. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. 235 10. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT.
233 - patches/declspec.patch 236 - patches/declspec.patch
234 237
235 11. Cherry-pick an upstream patch to fix a bug in bidi. 238 11. Cherry-pick an upstream patch to fix a bug in bidi.
236 - patches/bidi.patch 239 - patches/bidi.patch
237 - upstream bug : http://bugs.icu-project.org/trac/ticket/11054 240 - upstream bug : http://bugs.icu-project.org/trac/ticket/11054
OLDNEW
« no previous file with comments | « no previous file | source/data/brkitr/word_ja.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698