public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Set thousand separator for Italian locale
@ 2014-05-05 11:05 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2014-05-05 11:05 UTC (permalink / raw)
  To: libc-locales; +Cc: Aurelien Jarno

The Italian locale does not set thousands_sep nor grouping for
LC_NUMERIC, though it sets them for LC_MONETARY. This patch fixes that.
It can be verified that the thousand separator is the correct one on row
3048 of the Unicode's CLDR chart:

http://www.unicode.org/repos/cldr-aux/charts/23/summary/it.html

Note: this is Debian bug#712157, reported by Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
---
 localedata/ChangeLog     | 4 ++++
 localedata/locales/it_IT | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 7db10fb..b042d0e 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-05  Aurelien Jarno  <aurelien@aurel32.net>
+
+	* locales/it_IT: Use same grouping in LC_NUMERIC as in LC_MONETARY.
+
 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
 
 	* Makefile (LOCALES): Move definition above include of Rules.
diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT
index 2383b82..b22dc40 100644
--- a/localedata/locales/it_IT
+++ b/localedata/locales/it_IT
@@ -82,8 +82,8 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point             "<U002C>"
-thousands_sep             ""
-grouping                  0;0
+thousands_sep             "<U002E>"
+grouping                  3;3
 END LC_NUMERIC
 
 LC_TIME
-- 
2.0.0.rc0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-05 11:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-05 11:05 [PATCH] Set thousand separator for Italian locale Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).