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 has been archived by the owner on Apr 14, 2021. It is now read-only.
Leads me to believe that the decimal separator "." is hard-coded, rahter than taken from the locale.
Note that for example in Germany "," is the proper decimal separator.
The text was updated successfully, but these errors were encountered:
Not sure what you're talking about. Do you mean this line? I think it splits the number according its toString representation, which is locale independant.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The code in
https://github.com/andyearnshaw/Intl.js/blob/master/src/11.numberformat.js
Leads me to believe that the decimal separator "." is hard-coded, rahter than taken from the locale.
Note that for example in Germany "," is the proper decimal separator.
The text was updated successfully, but these errors were encountered: