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

Side by Side Diff: README.chromium

Issue 292123005: Add a few words to cjdict.txt (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu52/
Patch Set: Created 6 years, 7 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 | 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: 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 http://crbug.com/39779 52 http://crbug.com/39779
53 53
54 54
55 - Add a new file brklocal.mk (copied from brkfiles.mk) with line_ja.txt 55 - Add a new file brklocal.mk (copied from brkfiles.mk) with line_ja.txt
56 and word_POSIX.txt dropped from the build list. 56 and word_POSIX.txt dropped from the build list.
57 57
58 - Apply patches/khmer-dictbe.patch and put in a smaller Khmer dictionary 58 - Apply patches/khmer-dictbe.patch and put in a smaller Khmer dictionary
59 (source/data/brkitr/khmerdict.txt) obtained from 59 (source/data/brkitr/khmerdict.txt) obtained from
60 http://bugs.icu-project.org/trac/ticket/9451 60 http://bugs.icu-project.org/trac/ticket/9451
61 61
62 - Add several common Chinese words that were dropped previously to
63 source/data/cjdict/brkitr/cjdict.txt
64 patch: patches/cjdict.patch
65 upstream bug: http://bugs.icu-project.org/trac/ticket/10888
66
67
62 - android/brkitr.patch (to be applied for Android build only) : 68 - android/brkitr.patch (to be applied for Android build only) :
63 Reverts some changes about Chinese/Japanese segmentation rules in 69 Reverts some changes about Chinese/Japanese segmentation rules in
64 patches/brkitr.patch to reduce binary size for Android. 70 patches/brkitr.patch to reduce binary size for Android.
65 71
66 4. Converter changes : 72 4. Converter changes :
67 73
68 - converters.patch : 74 - converters.patch :
69 a. revises existing mapping tables 75 a. revises existing mapping tables
70 b. Remove a lot of unused aliases in the converter alias table 76 b. Remove a lot of unused aliases in the converter alias table
71 (source/data/mappings/convrtrs.txt ) leading to 40kB size reduction. 77 (source/data/mappings/convrtrs.txt ) leading to 40kB size reduction.
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 c. In Visual Studio, open source/allinone/allinone.sln solution 217 c. In Visual Studio, open source/allinone/allinone.sln solution
212 in ${SEPARATE_ICU_ROOT} 218 in ${SEPARATE_ICU_ROOT}
213 d. Build 'makedata' target 219 d. Build 'makedata' target
214 e. icudt52.dll will be generated in ${SEPARATE_ICU_ROOT}/bin 220 e. icudt52.dll will be generated in ${SEPARATE_ICU_ROOT}/bin
215 f. Copy that icudt52.dll to ${CHROME_ICU_ROOT}/windows/icudt.dll 221 f. Copy that icudt52.dll to ${CHROME_ICU_ROOT}/windows/icudt.dll
216 and check that in. 222 and check that in.
217 223
218 224
219 10. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. 225 10. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT.
220 - patches/declspec.patch 226 - patches/declspec.patch
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