Skip to content

Commit b560645

Browse files
committed
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 fe73e4d commit b560645

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/api/intl.md

Lines changed: 2 additions & 1 deletion
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)