-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
UTF8 chars in ICU full and WindowsΒ #30461
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Hi,
compiling ICU-full for windows requires adding
/utf-8to the msvc compiler switches - as discussed here:refack/GYP3#60
I don't know whether this is the case for icu-small that ships with nodejs. However, the setting can be added to
standalone.gypilike this:Maybe you want to adjust this in your gyp files.