Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 36e5684

Browse filesBrowse files
mhdawsondanielleadams
authored andcommitted
doc: clarify use of deps/icu-small
Add some additional info about use of icu subset in deps/icu-small Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #43287 Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
1 parent 42c2115 commit 36e5684
Copy full SHA for 36e5684

File tree

Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed
Open diff view settings
Collapse file

‎doc/contributing/maintaining-icu.md‎

Copy file name to clipboardExpand all lines: doc/contributing/maintaining-icu.md
+7-1Lines changed: 7 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ functionality. To quote from icu-project.org:
1111
> widely portable and gives applications the same results on all platforms
1212
> and between C/C++ and Java software.
1313
14+
If Node.js is configured to use its built-in ICU,
15+
it uses a strict subset of ICU which is in
16+
[deps/icu-small](https://github.com/nodejs/node/tree/HEAD/deps/icu-small).
17+
A good description of the different ways Node.js can be built with ICU
18+
support is in [api/intl.html](https://nodejs.org/api/intl.html).
19+
1420
## Data dependencies
1521

1622
ICU consumes and includes:
@@ -51,7 +57,7 @@ files.
5157

5258
#### Example: updating the ICU `.dat` file
5359

54-
* Decompress `deps/icu/source/data/in/icudt##l.dat.bz2`, where `##` is
60+
* Decompress `deps/icu-small/source/data/in/icudt##l.dat.bz2`, where `##` is
5561
the ICU major version number.
5662
* Clone the icu/icu-data repository and copy the latest `tzdata` release `le`
5763
files into the `source/data/in` directory.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.