summaryrefslogtreecommitdiffstats
path: root/share/numericdef
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2004-10-13 22:12:59 +0000
committerkeramida <keramida@FreeBSD.org>2004-10-13 22:12:59 +0000
commit3563cef59745437cb37d2bc00de62f2b9fd5e84e (patch)
treeb2b582c2b0aae17d8649f54e559d192f8e09329f /share/numericdef
parent02ee911318102761d419034939e0020bd7adb601 (diff)
downloadFreeBSD-src-3563cef59745437cb37d2bc00de62f2b9fd5e84e.zip
FreeBSD-src-3563cef59745437cb37d2bc00de62f2b9fd5e84e.tar.gz
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
Diffstat (limited to 'share/numericdef')
-rw-r--r--share/numericdef/el_GR.ISO8859-7.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/numericdef/el_GR.ISO8859-7.src b/share/numericdef/el_GR.ISO8859-7.src
index ee9ee5b..20911c9 100644
--- a/share/numericdef/el_GR.ISO8859-7.src
+++ b/share/numericdef/el_GR.ISO8859-7.src
@@ -8,5 +8,5 @@
# thousands_sep
.
# grouping
--1
+3;3
# EOF
OpenPOWER on IntegriCloud