Add the necessary magic to make the thousands separator work for
floating-point formats in the Greek locale. This allows printing numbers with the ' format modifier, like this: $ env -i LC_NUMERIC=el_GR.ISO8859-7 printf "%'.3f\n" 1024000 1.024.000,000 Reviewed by: das
This commit is contained in:
parent
7c71b6453a
commit
6f0a55dabc
@ -8,5 +8,5 @@
|
||||
# thousands_sep
|
||||
.
|
||||
# grouping
|
||||
-1
|
||||
3;3
|
||||
# EOF
|
||||
|
Loading…
Reference in New Issue
Block a user