public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/16148] New: Incorrect thousands separator for ca_ES locale
@ 2013-11-09  8:44 jmas at softcatala dot org
  2014-06-13 12:29 ` [Bug localedata/16148] " fweimer at redhat dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jmas at softcatala dot org @ 2013-11-09  8:44 UTC (permalink / raw)
  To: libc-locales

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

            Bug ID: 16148
           Summary: Incorrect thousands separator for ca_ES locale
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: jmas at softcatala dot org
                CC: libc-locales at sourceware dot org

Hello,

The current thousands separator definition for ca_ES locale is incorrect.

In Catalan speaking areas the "." is used to separate thousands in groups of 3
digits. You can see Windows as example[1]. 

If I ran:

printf("%'d\n", 1123456789)

I get:

1123456789

where the expected output will be:

1.123.456.789

I'm not an expert in glibc, but it seems that the current locale data for ca_ES
is:

LC_NUMERIC
decimal_point        "<U002C>"
thousands_sep        ""
grouping             0;0
END LC_NUMERIC 

when it really should be:

LC_NUMERIC
decimal_point        "<U002C>"
thousands_sep        "<U002E>"
grouping             3;3
END LC_NUMERIC 

The rest of locales that inherit from ca_ES like ca_IT or ca_FR should use the
same configuration for the thousands separator.

Let me know if you need any additional information or clarification

Jordi Mas
jmas@softcatala.org

[1]
https://raw.github.com/jordimas/calaix-de-sastre/master/locale-bug/images/windows-vista.jpg

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/16148] Incorrect thousands separator for ca_ES locale
  2013-11-09  8:44 [Bug localedata/16148] New: Incorrect thousands separator for ca_ES locale jmas at softcatala dot org
@ 2014-06-13 12:29 ` fweimer at redhat dot com
  2016-02-19 10:48 ` [Bug localedata/16148] ca_ES: incorrect thousands separator vapier at gentoo dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 12:29 UTC (permalink / raw)
  To: libc-locales

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/16148] ca_ES: incorrect thousands separator
  2013-11-09  8:44 [Bug localedata/16148] New: Incorrect thousands separator for ca_ES locale jmas at softcatala dot org
  2014-06-13 12:29 ` [Bug localedata/16148] " fweimer at redhat dot com
@ 2016-02-19 10:48 ` vapier at gentoo dot org
  2016-02-29 20:52 ` jordi at gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: vapier at gentoo dot org @ 2016-02-19 10:48 UTC (permalink / raw)
  To: libc-locales

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

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Incorrect thousands         |ca_ES: incorrect thousands
                   |separator for ca_ES locale  |separator

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/16148] ca_ES: incorrect thousands separator
  2013-11-09  8:44 [Bug localedata/16148] New: Incorrect thousands separator for ca_ES locale jmas at softcatala dot org
  2014-06-13 12:29 ` [Bug localedata/16148] " fweimer at redhat dot com
  2016-02-19 10:48 ` [Bug localedata/16148] ca_ES: incorrect thousands separator vapier at gentoo dot org
@ 2016-02-29 20:52 ` jordi at gnu dot org
  2017-08-30 11:39 ` maiku.fabian at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jordi at gnu dot org @ 2016-02-29 20:52 UTC (permalink / raw)
  To: libc-locales

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

Jordi Mallach <jordi at gnu dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jordi at gnu dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/16148] ca_ES: incorrect thousands separator
  2013-11-09  8:44 [Bug localedata/16148] New: Incorrect thousands separator for ca_ES locale jmas at softcatala dot org
                   ` (2 preceding siblings ...)
  2016-02-29 20:52 ` jordi at gnu dot org
@ 2017-08-30 11:39 ` maiku.fabian at gmail dot com
  2017-08-30 13:43 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-08-30 11:39 UTC (permalink / raw)
  To: libc-locales

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maiku.fabian at gmail dot com
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/16148] ca_ES: incorrect thousands separator
  2013-11-09  8:44 [Bug localedata/16148] New: Incorrect thousands separator for ca_ES locale jmas at softcatala dot org
                   ` (3 preceding siblings ...)
  2017-08-30 11:39 ` maiku.fabian at gmail dot com
@ 2017-08-30 13:43 ` cvs-commit at gcc dot gnu.org
  2017-08-30 13:47 ` maiku.fabian at gmail dot com
  2017-09-22 20:40 ` jsm28 at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2017-08-30 13:43 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #1 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  8a0e619652cd6846e04a55cb380d7a7205b65e27 (commit)
      from  5f9409b787c5758fc277f8d1baf7478b752b775d (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=8a0e619652cd6846e04a55cb380d7a7205b65e27

commit 8a0e619652cd6846e04a55cb380d7a7205b65e27
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed Aug 30 15:19:39 2017 +0200

    Use “.” in thousands_sep in the ca_ES locale

        [BZ #16148]
        * locales/ca_ES (LC_NUMERIC): Use “.” in thousands_sep.
        And make it more readable by using ASCII.

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog     |    6 ++++++
 localedata/locales/ca_ES |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/16148] ca_ES: incorrect thousands separator
  2013-11-09  8:44 [Bug localedata/16148] New: Incorrect thousands separator for ca_ES locale jmas at softcatala dot org
                   ` (4 preceding siblings ...)
  2017-08-30 13:43 ` cvs-commit at gcc dot gnu.org
@ 2017-08-30 13:47 ` maiku.fabian at gmail dot com
  2017-09-22 20:40 ` jsm28 at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-08-30 13:47 UTC (permalink / raw)
  To: libc-locales

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Mike FABIAN <maiku.fabian at gmail dot com> ---
FIXED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/16148] ca_ES: incorrect thousands separator
  2013-11-09  8:44 [Bug localedata/16148] New: Incorrect thousands separator for ca_ES locale jmas at softcatala dot org
                   ` (5 preceding siblings ...)
  2017-08-30 13:47 ` maiku.fabian at gmail dot com
@ 2017-09-22 20:40 ` jsm28 at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2017-09-22 20:40 UTC (permalink / raw)
  To: libc-locales

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.27

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-09-22 12:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-09  8:44 [Bug localedata/16148] New: Incorrect thousands separator for ca_ES locale jmas at softcatala dot org
2014-06-13 12:29 ` [Bug localedata/16148] " fweimer at redhat dot com
2016-02-19 10:48 ` [Bug localedata/16148] ca_ES: incorrect thousands separator vapier at gentoo dot org
2016-02-29 20:52 ` jordi at gnu dot org
2017-08-30 11:39 ` maiku.fabian at gmail dot com
2017-08-30 13:43 ` cvs-commit at gcc dot gnu.org
2017-08-30 13:47 ` maiku.fabian at gmail dot com
2017-09-22 20:40 ` jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).