printf error message (France locale) #15

Closed
opened 2020-07-11 11:06:47 +00:00 by teegre · 1 comment
teegre commented 2020-07-11 11:06:47 +00:00 (Migrated from github.com)

Hello!
printf complains about invalid numbers when displaying scores. This issue is specific to France, because the separator for floating point numbers is comma instead of dot. Adding LC_ALL=C at the beginning of lines 307, 629 and 630 seems to fix the issue for me.

Best regards.

Hello! printf complains about invalid numbers when displaying scores. This issue is specific to France, because the separator for floating point numbers is comma instead of dot. Adding `LC_ALL=C` at the beginning of lines 307, 629 and 630 seems to fix the issue for me. Best regards.
budRich commented 2020-07-12 19:47:07 +00:00 (Migrated from github.com)

hanks for this, i will add a fix in the next release (will try to do it tomorrow)

hanks for this, i will add a fix in the next release (will try to do it tomorrow)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bud/typiskt#15
No description provided.