Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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: #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: #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>
- Loading branch information
Showing
with
194 additions
and 135 deletions.
- +29 −18 BUILDING.md
- +61 −26 configure.py
- +8 −0 deps/icu-small/README-FULL-ICU.txt
- +0 −8 deps/icu-small/README-SMALL-ICU.txt
- BIN deps/icu-small/source/data/in/icudt64l.dat
- BIN deps/icu-small/source/data/in/icudt64l.dat.bz2
- +11 −15 doc/api/intl.md
- +20 −22 doc/api/util.md
- +4 −4 tools/icu/README.md
- +21 −16 tools/icu/icu-generic.gyp
- +40 −26 tools/icu/shrink-icu-src.py
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -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 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.