@@ -11,13 +11,14 @@ Both V8 and Node.js use ICU to provide internationalization functionality.
1111* ` icu-generic.gyp ` is the build file used for most ICU builds within ICU.
1212 <!-- have fun -->
1313* ` 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.
1515* ` 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.
1717* ` no-op.cc ` contains an empty function to convince gyp to use a C++ compiler.
1818* ` shrink-icu-src.py ` is used during upgrade (see guide below).
1919
2020Note:
21+
2122> The files in this directory were written for the Node.js v0.12 effort.
2223> The original intent was to merge the tools such as ` icutrim.py ` and ` iculslocs.cc `
2324> back into ICU. ICU has gained its own “data slicer” tool.
@@ -27,10 +28,11 @@ Note:
2728## See Also
2829
2930* [ 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
3132
3233* [ 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+
3436* [ The ICU Homepage] [ ICU ]
3537
3638[ ICU ] : http://icu-project.org
0 commit comments