mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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
12 lines
169 B
Text
12 lines
169 B
Text
# $FreeBSD$
|
|
#
|
|
# WARNING: spaces may be essential at the end of lines
|
|
# WARNING: empty lines are essential too
|
|
#
|
|
# decimal_point
|
|
,
|
|
# thousands_sep
|
|
.
|
|
# grouping
|
|
3;3
|
|
# EOF
|