We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec82feb commit 0fe3c7eCopy full SHA for 0fe3c7e
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