Skip to content
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

Dist with embedded icu same as modern browsers #22926

Closed
mhf-ir opened this issue Sep 18, 2018 · 2 comments
Closed

Dist with embedded icu same as modern browsers #22926

mhf-ir opened this issue Sep 18, 2018 · 2 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@mhf-ir
Copy link

mhf-ir commented Sep 18, 2018

Is your feature request related to a problem? Please describe.
I need the same enviroment as chrome browser or standard browsers like firefox with fully support Intl for backend programming so we will need the special dist via fully embedded ICU for Intl in nodejs.

Describe the solution you'd like
It's good to have seperate multiple binary packages with and without icu with full or minimal usage of ICU. I like to see download full embedded icu in download page as binary package* https://nodejs.org/en/download/

Describe alternatives you've considered
I ask the nodesource/distributions and the said their nor compile nodejs, just use binary packages and serve it as os packages level nodesource/distributions#713.
Compile nodejs is really hard and depend many stuff and also you can dist it better than any one

So it's will be a good practice to have same tools and standards on browsers and server (Power of Node.JS) via all stuff if we need.

See the browser supprt with full icu data:
http://kangax.github.io/compat-table/esintl/

var date = new Date(Date.UTC(2012, 11, 20, 3, 0, 0));
console.log(new Intl.DateTimeFormat('fa-IR').format(date));

// on any modern browser
'۱۳۹۱/۹/۳۰'
// on nodejs default compile 10.x
'12/20/2012'
@mhf-ir mhf-ir changed the title Dist with embedded icu same as browsers Dist with embedded icu same as modern browsers Sep 18, 2018
@richardlau
Copy link
Member

See discussion in #19214 and #21676.

@mhf-ir
Copy link
Author

mhf-ir commented Sep 18, 2018

Close for duplicate #19214

@mhf-ir mhf-ir closed this as completed Sep 18, 2018
@richardlau richardlau added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

No branches or pull requests

2 participants