You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
If and when #8994 lands, binary installers will ship with small ICU data embedded in the executable file, with data included only for the English language.
Eventually, we want to ship binary installers with full ICU data included as a separate .dat file that is loaded on startup.
This depends on #8983 to be able to load the separate .dat file from a directory relative to the location where node is installed.
If and when #8994 lands, binary installers will ship with small ICU data embedded in the executable file, with data included only for the English language.
Eventually, we want to ship binary installers with full ICU data included as a separate
.datfile that is loaded on startup.This depends on #8983 to be able to load the separate
.datfile from a directory relative to the location where node is installed.Some parts of the implementation of https://github.com/srl295/node/pull/15 could be reused.
cc @srl295 @tjfontaine