Skip to content

Commit dd1c47b

Browse files
Trotttargos
authored andcommittedMay 1, 2021
doc: spell out ICU acronym on first occurrence
PR-URL: #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>
1 parent 585f111 commit dd1c47b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎doc/api/intl.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ programs. Some of them are:
2222
* [`require('util').TextDecoder`][]
2323
* [`RegExp` Unicode Property Escapes][]
2424

25-
Node.js (and its underlying V8 engine) uses [ICU][] to implement these features
25+
Node.js and the underlying V8 engine use
26+
[International Components for Unicode (ICU)][ICU] to implement these features
2627
in native C/C++ code. The full ICU data set is provided by Node.js by default.
2728
However, due to the size of the ICU data file, several
2829
options are provided for customizing the ICU data set either when

0 commit comments

Comments
 (0)
Please sign in to comment.