K 10 svn:author V 8 keramida K 8 svn:date V 27 2004-10-13T22:12:59.000000Z K 7 svn:log V 272 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 END