doc: clarify use of deps/icu-small#43287
Conversation
Add some additional info about use of icu subset in deps/icu-small Signed-off-by: Michael Dawson <mdawson@devrus.com>
|
Review requested:
|
|
This info would have helped me undestand more easily as I was confused by the overloading of small in terms of the data (small/full) and us using a subset of the C source code (deps/icu-small) @srl295 could you doulble check the change in the part about updating timezone data. I think that makese sense as I believe by default we use the data in deps/icu-small and that is what we would typically want to patch/commit as there is no deps/icu directory in the GitHub repo. |
Co-authored-by: Steven R. Loomis <srl295@gmail.com>
|
@srl295 updated. |
|
I think the confusion is probably because:
|
| > and between C/C++ and Java software. | ||
|
|
||
| If Node.js is configured to use its built-in ICU, | ||
| it uses a strict subset of ICU which is in |
There was a problem hiding this comment.
LGTM unless it's worth noting that the subset is not by locale (and type), but by type.
It's further confusing that 'small-icu' is an option still, but is !== the small-icu directory.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Tobias Nießen <tniessen@tnie.de>
Add some additional info about use of icu subset in deps/icu-small Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #43287 Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
|
Landed in 83ffb79 |
Add some additional info about use of icu subset in deps/icu-small Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #43287 Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
Add some additional info about use of icu subset in deps/icu-small Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #43287 Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
Add some additional info about use of icu subset in deps/icu-small Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #43287 Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
Add some additional info about use of icu subset in deps/icu-small Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: nodejs/node#43287 Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
Add some additional info about use of icu
subset in deps/icu-small
Signed-off-by: Michael Dawson mdawson@devrus.com