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

[PATCH 10/36] localedata: copy LC_NUMERIC from de_CH to it_CH



From: Denis Barbier <bouzim@gmail.com>
Date: Tue, 15 Aug 2006 11:48:04 -0500

The original patch fixed the thousands separator for de_CH and had the
following description:

| Fix thousand separator for de_CH, and let other Swiss locales copy
| de_CH for LC_NUMERIC and LC_MONETARY sections.  (Closes: #345481)

Nowadays the only net effect is to use a decimal point instead of
comma for it_CH (which is a regression I suspect, but at least it's
consistent).

Submitted upstream: BZ4555.  Drepper's advice:

| Where is the supporting evidence?  There are locales where the
| format differs based on the language used.

>From glibc 2.3.6-2, 2006-02-15.

[bouzim@gmail.com, 2006-08-15: rebase on top of upstream de_CH fix]

Reported-by: David Frey <dfrey@debian.org>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
 localedata/locales/it_CH |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/localedata/locales/it_CH b/localedata/locales/it_CH
index 51a2846..3cc65c5 100644
--- a/localedata/locales/it_CH
+++ b/localedata/locales/it_CH
@@ -57,9 +57,7 @@ copy  "de_CH"
 END LC_MONETARY
 
 LC_NUMERIC
-decimal_point             "<U002C>"
-thousands_sep             "<U0027>"
-grouping                  3;3
+copy  "de_CH"
 END LC_NUMERIC
 
 LC_TIME
-- 
1.7.5.1


Reply to: