[Bug localedata/10797] it_IT locale numeric does not have a separator for thousends

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Mon Sep 10 21:58:00 GMT 2018


https://sourceware.org/bugzilla/show_bug.cgi?id=10797

--- Comment #7 from cvs-commit at gcc dot gnu.org <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=glibc.git;h=527f355e5e97bb0f76e88caadb08d2405cacea94

commit 527f355e5e97bb0f76e88caadb08d2405cacea94
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
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 ("’") as a thousands separator and a dot (".") as 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 "<U2019>" (Right
        Single Quotation Mark).
        (thousands_sep): Likewise.
        * localedata/locales/it_CH (LC_NUMERIC): Use “copy "de_CH"”.
        * 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(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Libc-locales mailing list