From 1a25e901b7c380929f0d08599f49dd77897a627f Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Mon, 30 Sep 2019 11:17:49 -0700 Subject: tools: support full-icu by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-Authored-By: Jan Olaf Krems Co-Authored-By: James M Snell PR-URL: https://github.com/nodejs/node/pull/29522 Reviewed-By: Jan Krems Reviewed-By: Jiawen Geng Reviewed-By: James M Snell Reviewed-By: Michael Dawson Reviewed-By: Michaƫl Zasso --- deps/icu-small/README-FULL-ICU.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 deps/icu-small/README-FULL-ICU.txt (limited to 'deps/icu-small/README-FULL-ICU.txt') 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 -- cgit v1.2.3