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

Fix invalid style generation on systems with different cultures #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adameste
Copy link

Some systems use comma (,) instead of (.) as a decimal separator. This should fix this issue on all systems regardless of system's default culture.

Use invariant culture provider for string conversions everywhere.

adameste and others added 2 commits March 15, 2021 10:53
…l comma (,) instead of dot (.).

Use invariant culture provider for string conversions everywhere.
@r-Larch
Copy link

r-Larch commented Aug 23, 2024

I highly recommend merging this PR.

Without it, almost all tests are red on a system with German culture!

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

Successfully merging this pull request may close these issues.

2 participants