Bug#712157: it_IT locale missing thousands separator
Package: locales
Version: 2.17-5
Severity: normal
Tags: l10n patch upstream
In Italy a full-stop sign is used as thousands separator, with a
grouping of 3 digits (see also Unicode's CLDR chart[1], row 3048 for
reference).
[1]: http://www.unicode.org/repos/cldr-aux/charts/23/summary/it.html
The following patch fixes the issue:
--8<-------------------------------------------8<--
--- it_IT.old 2013-06-13 17:48:37.000000000 +0200
+++ it_IT 2013-06-13 17:49:05.000000000 +0200
@@ -82,8 +82,8 @@
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep ""
-grouping 0;0
+thousands_sep "<U002E>"
+grouping 3;3
END LC_NUMERIC
LC_TIME
--8<-------------------------------------------8<--
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages locales depends on:
ii debconf [debconf-2.0] 1.5.50
ii libc6 [glibc-2.17-1] 2.17-5
locales recommends no packages.
locales suggests no packages.
-- debconf information:
* locales/default_environment_locale: en_US.UTF-8
* locales/locales_to_be_generated: en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 UTF-8, it_IT ISO-8859-1, it_IT.UTF-8 UTF-8, it_IT@euro ISO-8859-15
Reply to: