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

changed format_output(...) to remove unnecessary quotation marks #22

Merged
merged 1 commit into from
Sep 5, 2014
Merged

Conversation

irgendwie
Copy link

Maybe a solution for #3
As I'm using "de_DE.UTF-8" locale:

% locale -ck decimal_point
LC_NUMERIC
decimal_point=","

So the problem is, that line 241 gives a comma with quotation marks, but the desired outcome is a comma without them - so I just strip them.

lclarkmichalek added a commit that referenced this pull request Sep 5, 2014
changed format_output(...) to remove unnecessary quotation marks
@lclarkmichalek lclarkmichalek merged commit 4aec921 into lclarkmichalek:master Sep 5, 2014
@lclarkmichalek
Copy link
Owner

Thanks for this, hope it fixes that bug

@irgendwie
Copy link
Author

For german language it fixes the bug, but I'm not sure about other languages as I didn't test it - let's wait for responses!

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