-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
node/node-current lack ICU support #2210
Comments
Also, one of the new RegExp features is not supported without ICU: nodejs/node#19052 |
The updated |
Thank you a lot! |
I've checked some things from the table in https://nodejs.org/api/intl.html#intl_options_for_building_node_js and they are OK. Thank you again. |
fhemberger
pushed a commit
to nodejs/nodejs.org
that referenced
this issue
Sep 18, 2018
As of termux/termux-packages@5b08d52 `nodejs-current` package is disabled and `nodejs` package, previously corresponded to the LTS, corresponds to the last available release. As of termux/termux-packages@9612920 `nodejs` package is built with `system-icu` support. Refs: termux/termux-packages#2210
ghost
locked and limited conversation to collaborators
Oct 9, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a reason that
node
/node-current
are built with--without-intl
flag?This limits JavaScript and Node.js API functionality significantly: https://nodejs.org/api/intl.html#intl_options_for_building_node_js
Moreover, without
small-icu
support a user cannot add more ICU locales (up tofull-icu
npm module) at runtime: https://nodejs.org/api/intl.html#intl_providing_icu_data_at_runtimeCan
node
/node-current
be built with--with-intl=small-icu
flag?The text was updated successfully, but these errors were encountered: