aboutsummaryrefslogtreecommitdiff
path: root/README.chromium
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org>2014-09-25 20:12:36 +0000
committerjshin@chromium.org <jshin@chromium.org>2014-09-25 20:12:36 +0000
commitabeeb961cd8b73026917b586ea7b3efa3f6a23ab (patch)
tree1a6ee5f1cf6ed2c96b912301cb9ff51989a69fab /README.chromium
parent52e8245ce532b9ea3d28c91bf04e3265392cb959 (diff)
downloadicu-abeeb961cd8b73026917b586ea7b3efa3f6a23ab.tar.gz
Check in word_ja.txt for Android.
word_ja.txt has not been checked in although the icu data file for Android (android/icudtl.dat) was built with the file. README.chromium about Android's brkitr patch was not updated when moving to ICU 52.1. It's changed to reflect what we do in ICU 52.1 (where the upstream copy does have cjdict for CJ word breaking). TBR=andrewhayden@chromium.org BUG=NONE TEST=NONE (there's no change affecting Chrome/Blink builds). Review URL: https://codereview.chromium.org/609493003 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/icu52@292144 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'README.chromium')
-rw-r--r--README.chromium7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.chromium b/README.chromium
index 5d3690f..7dcf23a 100644
--- a/README.chromium
+++ b/README.chromium
@@ -69,8 +69,11 @@ This directory contains the source code of ICU 52.1 for C/C++
- android/brkitr.patch (to be applied for Android build only) :
- Reverts some changes about Chinese/Japanese segmentation rules in
- patches/brkitr.patch to reduce binary size for Android.
+ Do not use the C+J dictionary for Chinese/Japanese segmentation
+ to reduce the data size. Adjust word.txt and a few other files.
+
+ - source/data/brkitr/word_ja.txt (used only on Android)
+ Added for Japanese-specific word-breaking without the C+J dictionary.
4. Converter changes :