Skip to content

Commit 02ebc81

Browse files
TrottMylesBorins
authored andcommitted
doc: revise tools/icu/README.md
* Simplify introductory sentence. * Remove some passive voice. * Make style in bulleted list a little more consistent. * Remove superfluous list entry. PR-URL: #32136 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 6a9654a commit 02ebc81

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

tools/icu/README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Notes about the `tools/icu` subdirectory
22

3-
This directory contains tools, data, and information about the
4-
International Components for Unicode integration. [ICU][] is used
5-
both by V8 and also by
6-
Node.js itself to provide internationalization functionality.
3+
This directory contains tools and information about the
4+
[International Components for Unicode][ICU] (ICU) integration.
5+
Both V8 and Node.js use ICU to provide internationalization functionality.
76

87
* `patches/` are one-off patches, actually entire source file replacements,
98
organized by ICU version number.
@@ -15,9 +14,8 @@ Node.js itself to provide internationalization functionality.
1514
is invoked. It builds against the `pkg-config` located ICU.
1615
* `iculslocs.cc` is source for the `iculslocs` utility, invoked by `icutrim.py`
1716
as part of repackaging. Not used separately. See source for more details.
18-
* `no-op.cc` — empty function to convince gyp to use a C++ compiler.
19-
* `README.md` — you are here
20-
* `shrink-icu-src.py` — this is used during upgrade (see guide below)
17+
* `no-op.cc` contains an empty function to convince gyp to use a C++ compiler.
18+
* `shrink-icu-src.py` is used during upgrade (see guide below).
2119

2220
Note:
2321
> The files in this directory were written for the Node.js v0.12 effort.

0 commit comments

Comments
 (0)