Skip to content

Commit

Permalink
doc,intl: spell out ICU acronym on first occurrence
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Mar 27, 2021
1 parent 924238d commit 1dc6b2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/intl.md
Expand Up @@ -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
Expand Down

0 comments on commit 1dc6b2b

Please sign in to comment.