-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
process.versions.icu #3089
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.i18n-apiIssues and PRs related to Node.js internationalization support.Issues and PRs related to Node.js internationalization support.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.i18n-apiIssues and PRs related to Node.js internationalization support.Issues and PRs related to Node.js internationalization support.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.
This would be useful to test for the presence of ICU and to implement version-specific behaviour. I've been trying to use
U_ICU_VERSION, but haven't gotten it working yet, if someone wants to take a shot.Related: #3007