-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Intl: replace icutrim.py with ICU data slicer #25136
Comments
Sounds good to me. |
And me. I second Jungshik's comment about the python script being the best option for us/them. |
@srl295 What's the status? |
@targos nothing yet |
Ping @srl295 ... does this need to remain open? |
@jasnell searched for this ticket because --with-intl=small-icu seems to be broken, could be a good time to bring the slicer in |
This issue/PR was marked as stalled, it will be automatically closed in 30 days. If it should remain open, please leave a comment explaining why it should remain open. |
i'll at least mark it stalled. fyi @nodejs/i18n-api |
So I'm setting myself a deadline here |
(The stalled bot doesn't appear to be working, so I've manually closed) |
In Node 0.12, I added icutrim.py and the config file icu_small.json to enable Node's "english only" default ICU packaging (aka
icu-small
).ICU now has its own data slicer, see https://unicode-org.atlassian.net/browse/ICU-10923 (see the design doc at the top of that issue)
I'd encourage node people ( cc @nodejs/intl ) to visit the ICU issue and comment on the syntax.
Describe the solution you'd like
Less headache for Node maintainers! Less special purpose code!
Describe alternatives you've considered
do nothing - keep maintaining these python scripts
The text was updated successfully, but these errors were encountered: