[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6042 - in glibc-package/trunk/debian: . patches patches/localedata



Author: aurel32
Date: 2014-05-05 11:08:59 +0000 (Mon, 05 May 2014)
New Revision: 6042

Added:
   glibc-package/trunk/debian/patches/localedata/submitted-it_IT-thousands_sep.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
patches/localedata/submitted-it_IT-thousands_sep.diff: new patch to define
the thousands separator for the it_IT locale.  Closes: #712157.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2014-05-05 08:20:11 UTC (rev 6041)
+++ glibc-package/trunk/debian/changelog	2014-05-05 11:08:59 UTC (rev 6042)
@@ -19,6 +19,8 @@
     version patches/any/cvs-resolv-first-query-failure.diff.
   * control.in/*: add conflicts between multiarch libc packages using the same
     dynamic library loader.  Closes: #745552.
+  * patches/localedata/submitted-it_IT-thousands_sep.diff: new patch to define
+    the thousands separator for the it_IT locale.  Closes: #712157.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 27 Apr 2014 23:15:13 -0600
 

Added: glibc-package/trunk/debian/patches/localedata/submitted-it_IT-thousands_sep.diff
===================================================================
--- glibc-package/trunk/debian/patches/localedata/submitted-it_IT-thousands_sep.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/localedata/submitted-it_IT-thousands_sep.diff	2014-05-05 11:08:59 UTC (rev 6042)
@@ -0,0 +1,43 @@
+commit 266975c3a67e75a74838d10a5305010ef4d5c7cd
+Author: Aurelien Jarno <aurelien@aurel32.net>
+Date:   Mon May 5 12:58:34 2014 +0200
+
+    Set thousand separator for Italian locale
+    
+    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>
+
+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

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2014-05-05 08:20:11 UTC (rev 6041)
+++ glibc-package/trunk/debian/patches/series	2014-05-05 11:08:59 UTC (rev 6042)
@@ -36,6 +36,7 @@
 localedata/submitted-en_AU-date_fmt.diff
 localedata/submitted-es_MX-decimal_point.diff
 localedata/submitted-locale-bo.diff
+localedata/submitted-it_IT-thousands_sep.diff
 
 alpha/local-gcc4.1.diff
 alpha/submitted-dl-support.diff


Reply to: