| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6a9654a commit 02ebc81
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,8 @@ | |||
| 1 | 1 | # Notes about the `tools/icu` subdirectory | |
| 2 | 2 | ||
| 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. | ||
| 7 | 6 | ||
| 8 | 7 | * `patches/` are one-off patches, actually entire source file replacements, | |
| 9 | 8 | organized by ICU version number. | |
@@ -15,9 +14,8 @@ Node.js itself to provide internationalization functionality. | |||
| 15 | 14 | is invoked. It builds against the `pkg-config` located ICU. | |
| 16 | 15 | * `iculslocs.cc` is source for the `iculslocs` utility, invoked by `icutrim.py` | |
| 17 | 16 | 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). | ||
| 21 | 19 | ||
| 22 | 20 | Note: | |
| 23 | 21 | > The files in this directory were written for the Node.js v0.12 effort. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments