From 3563cef59745437cb37d2bc00de62f2b9fd5e84e Mon Sep 17 00:00:00 2001
From: keramida <keramida@FreeBSD.org>
Date: Wed, 13 Oct 2004 22:12:59 +0000
Subject: 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
---
 share/numericdef/el_GR.ISO8859-7.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'share/numericdef')

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
-- 
cgit v1.1