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:
keramida 2004-10-13 22:12:59 +00:00
parent 02ee911318
commit 3563cef597

View File

@ -8,5 +8,5 @@
# thousands_sep
.
# grouping
-1
3;3
# EOF