1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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:
Giorgos Keramidas 2004-10-13 22:12:59 +00:00
parent 7c71b6453a
commit 6f0a55dabc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136496

View File

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