Skip to content

Numbers are not printed correctly #19752

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

Closed
mahkoh opened this issue Dec 11, 2014 · 4 comments
Closed

Numbers are not printed correctly #19752

mahkoh opened this issue Dec 11, 2014 · 4 comments

Comments

@mahkoh
Copy link
Contributor

mahkoh commented Dec 11, 2014

Floats are not always correct and always use . as the decimal separator.

@steveklabnik
Copy link
Member

Can you at least provide some code, and what you'd expect it to print?

@thestinger
Copy link
Contributor

I don't think it make senses to have that level of locale support within the current system. There would need to be a separate formatting system taking a locale parameter. A global locale doesn't make much sense because it's not necessarily formatting for the local user it's running as.

@thestinger
Copy link
Contributor

Closing as a duplicate of #7030

Support for locales belongs in an RFC because it's not clear cut.

@ArtemGr
Copy link
Contributor

ArtemGr commented Jun 16, 2017

I don't think it make senses to have that level of locale support within the current system.

And this reasoning is expanded upon here: https://stackoverflow.com/a/44583267/257568.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants