-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
|
@@ -11,6 +11,12 @@ functionality. To quote from icu-project.org: | |||
> widely portable and gives applications the same results on all platforms | |||
> 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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