Skip to content

Fix issue #567 in writing real values in different locales #623

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

Merged
merged 1 commit into from
Jun 24, 2017
Merged

Fix issue #567 in writing real values in different locales #623

merged 1 commit into from
Jun 24, 2017

Conversation

bernhardHartleb
Copy link
Contributor

The output of snprintf might produce ',' separators for decimal places if
certain locales are set. This commit moves the converversion from ',' to '.'
at the correct place. Otherwise an additional ".0" might be appended.

The output of snprintf might produce ',' separators for decimal places if
certain locales are set. This commit moves the converversion from ',' to '.'
to correct place. Otherwise an additional ".0" might be appended.
@cdunn2001 cdunn2001 merged commit 154652e into open-source-parsers:master Jun 24, 2017
@open-source-parsers open-source-parsers deleted a comment Jun 26, 2017
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