-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.i18n-apiIssues and PRs related to the i18n implementation.Issues and PRs related to the i18n implementation.
Description
Followup to nodejs/node-v0.x-archive#8996
- The npm module full-icu will at
postinstall
time make surenode_modules/full-icu
contains the appropriateicudt*.dat
file needed for full ICU support.- it also prints out instructions on how to fire up Node with full ICU.
- Proposal: somehow detect the special (?) module name
full-icu
in any of the global search paths or local module search paths. If found && the correct icudt file is present, _automatically set Node's ICU path to point to thaticudt_.dat
file*
This will make getting full data as easy as npm install [-g] full-icu
oliviertassinari, styfle, csabapalfi, mishaberezin and korpiq-spacent
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.i18n-apiIssues and PRs related to the i18n implementation.Issues and PRs related to the i18n implementation.