@@ -11,13 +11,14 @@ Both V8 and Node.js use ICU to provide internationalization functionality.
11
11
* ` icu-generic.gyp ` is the build file used for most ICU builds within ICU.
12
12
<!-- have fun -->
13
13
* ` icu-system.gyp ` is an alternate build file used when ` --with-intl=system-icu `
14
- is invoked. It builds against the ` pkg-config ` located ICU.
14
+ is invoked. It builds against the ` pkg-config ` located ICU.
15
15
* ` iculslocs.cc ` is source for the ` iculslocs ` utility, invoked by ` icutrim.py `
16
- as part of repackaging. Not used separately. See source for more details.
16
+ as part of repackaging. Not used separately. See source for more details.
17
17
* ` no-op.cc ` contains an empty function to convince gyp to use a C++ compiler.
18
18
* ` shrink-icu-src.py ` is used during upgrade (see guide below).
19
19
20
20
Note:
21
+
21
22
> The files in this directory were written for the Node.js v0.12 effort.
22
23
> The original intent was to merge the tools such as ` icutrim.py ` and ` iculslocs.cc `
23
24
> back into ICU. ICU has gained its own “data slicer” tool.
@@ -27,10 +28,11 @@ Note:
27
28
## See Also
28
29
29
30
* [ docs/guides/maintaining-icu.md] ( ../../doc/guides/maintaining-icu.md ) for
30
- information on maintaining ICU in Node.js
31
+ information on maintaining ICU in Node.js
31
32
32
33
* [ docs/api/intl.md] ( ../../doc/api/intl.md ) for information on the
33
- internationalization-related APIs in Node.js
34
+ internationalization-related APIs in Node.js
35
+
34
36
* [ The ICU Homepage] [ ICU ]
35
37
36
38
[ ICU ] : http://icu-project.org
0 commit comments