Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-03-27 08:03:11 +0300
committerRich Trott <rtrott@gmail.com>2021-03-27 23:34:14 +0300
commitb560645d6b0a4bed58ef9a13ce7ac70d92283626 (patch)
treea6b3489c59dfc01a6fa58fde89f9ae0b83b1dfa4 /doc/api/intl.md
parentfe73e4d578f5e39c08e559c3cb5f031b84061933 (diff)
doc: spell out ICU acronym on first occurrence
PR-URL: https://github.com/nodejs/node/pull/37942 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/intl.md')
-rw-r--r--doc/api/intl.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/intl.md b/doc/api/intl.md
index e91db8002dc..7022675994c 100644
--- a/doc/api/intl.md
+++ b/doc/api/intl.md
@@ -22,7 +22,8 @@ programs. Some of them are:
* [`require('util').TextDecoder`][]
* [`RegExp` Unicode Property Escapes][]
-Node.js (and its underlying V8 engine) uses [ICU][] to implement these features
+Node.js and the underlying V8 engine use
+[International Components for Unicode (ICU)][ICU] to implement these features
in native C/C++ code. The full ICU data set is provided by Node.js by default.
However, due to the size of the ICU data file, several
options are provided for customizing the ICU data set either when