We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924238d commit 1dc6b2bCopy full SHA for 1dc6b2b
doc/api/intl.md
@@ -22,7 +22,8 @@ programs. Some of them are:
22
* [`require('util').TextDecoder`][]
23
* [`RegExp` Unicode Property Escapes][]
24
25
-Node.js (and its underlying V8 engine) uses [ICU][] to implement these features
+Node.js and the underlying V8 engine use
26
+[International Components for Unicode (ICU)][ICU] to implement these features
27
in native C/C++ code. The full ICU data set is provided by Node.js by default.
28
However, due to the size of the ICU data file, several
29
options are provided for customizing the ICU data set either when
0 commit comments