From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116949 invoked by alias); 10 Sep 2018 21:58:50 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 114077 invoked by uid 55); 10 Sep 2018 21:58:44 -0000 From: "cvs-commit at gcc dot gnu.org" To: libc-locales@sourceware.org Subject: [Bug localedata/10797] it_IT locale numeric does not have a separator for thousends Date: Mon, 10 Sep 2018 21:58:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: libc-locales at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2018-q3/txt/msg00081.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D10797 --- Comment #7 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via 527f355e5e97bb0f76e88caadb08d2405cacea94 (commit) from 7244f13ded2f09c089df768a4587110d181d1fb8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D527f355e5e97bb0f76e= 88caadb08d2405cacea94 commit 527f355e5e97bb0f76e88caadb08d2405cacea94 Author: Rafal Luzynski Date: Mon Sep 10 16:00:45 2018 +0200 Italian and Swiss locales: Use the correct separators (bug 10797). CLDR and many other sources say that it_IT (Italian) should use a dot (".") as a thousands separator and a comma (",") as a decimal separator. For it_CH and de_CH CLDR says that they should use the Right Single Quotation Mark ("=E2=80=99") as a thousands separator and a dot (".") a= s a decimal separator. Consequently, the same rules are copied to all other locales in Switzerland. These rules apply to both LC_MONETARY and LC_NUMERIC. [BZ #10797] * localedata/locales/de_CH (mon_thousands_sep): Use "" (Right Single Quotation Mark). (thousands_sep): Likewise. * localedata/locales/it_CH (LC_NUMERIC): Use =E2=80=9Ccopy "de_CH"= =E2=80=9D. * localedata/locales/it_IT (thousands_sep): Use ".". (grouping): Use "3;3". ----------------------------------------------------------------------- Summary of changes: ChangeLog | 10 ++++++++++ localedata/locales/de_CH | 4 ++-- localedata/locales/it_CH | 4 +--- localedata/locales/it_IT | 4 ++-- 4 files changed, 15 insertions(+), 7 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.