summaryrefslogtreecommitdiff
path: root/deps/icu-small
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2019-09-30 11:17:49 -0700
committerRich Trott <rtrott@gmail.com>2019-10-03 15:21:26 -0700
commit1a25e901b7c380929f0d08599f49dd77897a627f (patch)
tree3fdac9d1df5970cf8870bf5a9a5ae1cb45fa890a /deps/icu-small
parenta71fb978a40b5251fdb012bab5e03598d5397a10 (diff)
downloadandroid-node-v8-1a25e901b7c380929f0d08599f49dd77897a627f.tar.gz
android-node-v8-1a25e901b7c380929f0d08599f49dd77897a627f.tar.bz2
android-node-v8-1a25e901b7c380929f0d08599f49dd77897a627f.zip
tools: support full-icu by default
Instead of an English-only icudt64l.dat in the repo, we now have icudt64l.dat.gz with all locales. - updated READMEs and docs - shrinker now copies source, and compresses (bzip2) the ICU data file - configure expects deps/icu-small to be full ICU with a full compressed data file Fixes: https://github.com/nodejs/node/issues/19214 Co-Authored-By: Richard Lau <riclau@uk.ibm.com> Co-Authored-By: Jan Olaf Krems <jan.krems@gmail.com> Co-Authored-By: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/29522 Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'deps/icu-small')
-rw-r--r--deps/icu-small/README-FULL-ICU.txt8
-rw-r--r--deps/icu-small/README-SMALL-ICU.txt8
-rw-r--r--deps/icu-small/source/data/in/icudt64l.datbin2984688 -> 0 bytes
-rw-r--r--deps/icu-small/source/data/in/icudt64l.dat.bz2bin0 -> 9781482 bytes
4 files changed, 8 insertions, 8 deletions
diff --git a/deps/icu-small/README-FULL-ICU.txt b/deps/icu-small/README-FULL-ICU.txt
new file mode 100644
index 0000000000..d954e58a5f
--- /dev/null
+++ b/deps/icu-small/README-FULL-ICU.txt
@@ -0,0 +1,8 @@
+ICU sources - auto generated by shrink-icu-src.py
+
+This directory contains the ICU subset used by --with-intl=full-icu
+It is a strict subset of ICU 64 source files with the following exception(s):
+* deps/icu-small/source/data/in/icudt64l.dat.bz2 : compressed data file
+
+
+To rebuild this directory, see ../../tools/icu/README.md
diff --git a/deps/icu-small/README-SMALL-ICU.txt b/deps/icu-small/README-SMALL-ICU.txt
deleted file mode 100644
index efc3ebe925..0000000000
--- a/deps/icu-small/README-SMALL-ICU.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Small ICU sources - auto generated by shrink-icu-src.py
-
-This directory contains the ICU subset used by --with-intl=small-icu (the default)
-It is a strict subset of ICU 64 source files with the following exception(s):
-* deps/icu-small/source/data/in/icudt64l.dat : Reduced-size data file
-
-
-To rebuild this directory, see ../../tools/icu/README.md
diff --git a/deps/icu-small/source/data/in/icudt64l.dat b/deps/icu-small/source/data/in/icudt64l.dat
deleted file mode 100644
index 2ff9d277c5..0000000000
--- a/deps/icu-small/source/data/in/icudt64l.dat
+++ /dev/null
Binary files differ
diff --git a/deps/icu-small/source/data/in/icudt64l.dat.bz2 b/deps/icu-small/source/data/in/icudt64l.dat.bz2
new file mode 100644
index 0000000000..5676ffb70f
--- /dev/null
+++ b/deps/icu-small/source/data/in/icudt64l.dat.bz2
Binary files differ