@@ -20,9 +20,9 @@ internationalization functionality.
20
20
21
21
## How to upgrade ICU
22
22
23
- - Make sure your node workspace is clean (clean ` git status ` ) should be
23
+ - Make sure your Node.js workspace is clean (clean ` git status ` ) should be
24
24
sufficient.
25
- - Configure Node with the specific [ ICU version] ( http://icu-project.org/download )
25
+ - Configure Node.js with the specific [ ICU version] ( http://icu-project.org/download )
26
26
you want to upgrade to, for example:
27
27
28
28
``` shell
40
40
- Specifically, look for the lists in ` sources! ` in the ` icu-generic.gyp ` for
41
41
files to exclude.
42
42
43
- - Verify the node build works:
43
+ - Verify the Node.js build works:
44
44
45
45
``` shell
46
46
make test-ci
@@ -62,7 +62,7 @@ new Intl.DateTimeFormat('es', {month: 'long'}).format(new Date(9E8));
62
62
python tools/icu/shrink-icu-src.py
63
63
```
64
64
65
- - Now, do a clean rebuild of node to test:
65
+ - Now, do a clean rebuild of Node.js to test:
66
66
67
67
``` shell
68
68
make -k distclean
@@ -84,7 +84,7 @@ new Intl.DateTimeFormat('es', {month: 'long'}).format(new Date(9E8));
84
84
You are ready to check in the updated ` deps/small-icu ` . This is a big commit,
85
85
so make this a separate commit from the smaller changes.
86
86
87
- - Now, rebuild the Node license.
87
+ - Now, rebuild the Node.js license.
88
88
89
89
``` shell
90
90
# clean up - remove deps/icu
@@ -116,7 +116,7 @@ make test-ci
116
116
117
117
## Postscript about the tools
118
118
119
- The files in this directory were written for the node .js effort.
119
+ The files in this directory were written for the Node .js effort.
120
120
It was the intent of their author (Steven R. Loomis / srl295) to
121
121
merge them upstream into ICU, pending much discussion within the
122
122
ICU-TC.
@@ -125,7 +125,7 @@ ICU-TC.
125
125
configuration file for the ` icutrim.py ` script. ` icutrim.py ` and
126
126
` iculslocs.cpp ` may themselves be superseded by components built into
127
127
ICU in the future. As of this writing, however, the tools are separate
128
- entities within Node, although theyare being scrutinized by interested
128
+ entities within Node.js , although theyare being scrutinized by interested
129
129
members of the ICU-TC. The “upstream” ICU bugs are given below.
130
130
131
131
* [ #10919 ] ( http://bugs.icu-project.org/trac/ticket/10919 )
0 commit comments