From: Denis Barbier <[email protected]> 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. [[email protected], 2006-08-15: rebase on top of upstream de_CH fix] Reported-by: David Frey <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> --- 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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/20110514103023.GJ6364@elie

