aboutsummaryrefslogtreecommitdiff
path: root/share/numericdef
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2004-10-13 22:12:59 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2004-10-13 22:12:59 +0000
commit6f0a55dabc95aa7d61273183c710361bcc5b4513 (patch)
treeb2b582c2b0aae17d8649f54e559d192f8e09329f /share/numericdef
parent7c71b6453a77e5aee9cc8dc06c922436a1dd3727 (diff)
downloadsrc-6f0a55dabc95aa7d61273183c710361bcc5b4513.tar.gz
src-6f0a55dabc95aa7d61273183c710361bcc5b4513.zip
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
Notes
Notes: svn path=/head/; revision=136496
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 ee9ee5b4d15e..20911c971968 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