From b560645d6b0a4bed58ef9a13ce7ac70d92283626 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 26 Mar 2021 22:03:11 -0700 Subject: [PATCH] doc: spell out ICU acronym on first occurrence MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/37942 Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel Reviewed-By: Michaƫl Zasso Reviewed-By: Darshan Sen Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/api/intl.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/intl.md b/doc/api/intl.md index e91db8002dc356..7022675994c188 100644 --- a/doc/api/intl.md +++ b/doc/api/intl.md @@ -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