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
leads to confusion. el_GR: change "0;0" to "-1". "0" is repeater for previous number, not no grouping
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> via -i18n