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

Locale sensitive number format in LXS files #3

Open
mastersign opened this issue Mar 29, 2016 · 5 comments
Open

Locale sensitive number format in LXS files #3

mastersign opened this issue Mar 29, 2016 · 5 comments

Comments

@mastersign
Copy link

If the default locale in Java provides a number format, which does not conform to the necessary international number formatting, the generated LXS files are unusable.

The number format, used to write the numbers in the LXS files, should be choosen explicitly and independent from Locale.getDefault().

@postspectacular
Copy link
Member

Thanks, that's already fixed in the upstream library and will land in luxor soon. See thi-ng/strf#1

@postspectacular
Copy link
Member

Also see this comment (if you can't wait): thi-ng/geom#34 (comment)

@mastersign
Copy link
Author

Thanks for the feedback. Currently I am using the workaround with Locale.setDefault() but there will be cases when the locale is needed for the UI as intended.

I am impressed by your effords with the thi.ng library collection! Keep going ;-)

@postspectacular
Copy link
Member

Thanks, mister! Much appreciated!

@postspectacular
Copy link
Member

Just pushed [thi.ng/luxor "0.3.2-SNAPSHOT"] which should fix this by using the latest version of http://thi.ng/strf (the lib used for float formatting) and the latest dev version of http://thi.ng/geom

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

2 participants