public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale
@ 2010-12-27 12:00 julenx at gmail dot com
  2011-05-09 17:55 ` [Bug localedata/12349] " drepper.fsp at gmail dot com
                   ` (21 more replies)
  0 siblings, 22 replies; 26+ messages in thread
From: julenx at gmail dot com @ 2010-12-27 12:00 UTC (permalink / raw)
  To: libc-locales

http://sourceware.org/bugzilla/show_bug.cgi?id=12349

           Summary: Incorrect thousands separator and first weekday for
                    eu_ES locale
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales@sources.redhat.com
        ReportedBy: julenx@gmail.com


Created attachment 5169
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5169
Fixes for thousands separator and first weekday

First weekday and first workday is Monday in Spain (and therefore for the eu_ES
locale), but the current locale data points to Sunday, which is incorrect. 

Also, the thousands separator is missing (which is a dot '.', U+002E) and
grouping has to be done with three digits.

Surprisingly this information has been fixed downstream in several
distributions, but the upstream version remains buggy.

The attached patch fixes the mentioned issues.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
@ 2011-05-09 17:55 ` drepper.fsp at gmail dot com
  2011-05-11  9:35 ` mikel at olasagasti dot info
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-05-09 17:55 UTC (permalink / raw)
  To: libc-locales

http://sourceware.org/bugzilla/show_bug.cgi?id=12349

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |drepper.fsp at gmail dot
                   |                            |com

--- Comment #1 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-05-09 17:46:59 UTC ---
Where is the reference for this change?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
  2011-05-09 17:55 ` [Bug localedata/12349] " drepper.fsp at gmail dot com
@ 2011-05-11  9:35 ` mikel at olasagasti dot info
  2012-06-04 16:42 ` pasky at ucw dot cz
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: mikel at olasagasti dot info @ 2011-05-11  9:35 UTC (permalink / raw)
  To: libc-locales

http://sourceware.org/bugzilla/show_bug.cgi?id=12349

Mikel Olasagasti <mikel at olasagasti dot info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikel at olasagasti dot
                   |                            |info

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
  2011-05-09 17:55 ` [Bug localedata/12349] " drepper.fsp at gmail dot com
  2011-05-11  9:35 ` mikel at olasagasti dot info
@ 2012-06-04 16:42 ` pasky at ucw dot cz
  2012-11-20 12:21 ` cjlhomeaddress at gmail dot com
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: pasky at ucw dot cz @ 2012-06-04 16:42 UTC (permalink / raw)
  To: libc-locales

http://sourceware.org/bugzilla/show_bug.cgi?id=12349

Petr Baudis <pasky at ucw dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pasky at ucw dot cz

--- Comment #4 from Petr Baudis <pasky at ucw dot cz> 2012-06-04 16:27:03 UTC ---
The first weekday has been fixed now as part of bug 14199. However, we would
still need some more references (or acknowledgement by original locale author)
for the thousands separator - please see
http://sourceware.org/glibc/wiki/Contribution%20checklist#Qualification_.28Locales.29
for some specific hints about what we are looking for. Thanks!

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (2 preceding siblings ...)
  2012-06-04 16:42 ` pasky at ucw dot cz
@ 2012-11-20 12:21 ` cjlhomeaddress at gmail dot com
  2014-06-27 14:42 ` julenx at gmail dot com
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: cjlhomeaddress at gmail dot com @ 2012-11-20 12:21 UTC (permalink / raw)
  To: libc-locales

http://sourceware.org/bugzilla/show_bug.cgi?id=12349

Chris Leonard <cjlhomeaddress at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cjlhomeaddress at gmail dot
                   |                            |com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (4 preceding siblings ...)
  2014-06-27 14:42 ` julenx at gmail dot com
@ 2014-06-27 14:42 ` fweimer at redhat dot com
  2014-06-27 15:49 ` carlos at redhat dot com
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 14:42 UTC (permalink / raw)
  To: libc-locales

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

Florian Weimer <fweimer at redhat dot com> changed:

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

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

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (3 preceding siblings ...)
  2012-11-20 12:21 ` cjlhomeaddress at gmail dot com
@ 2014-06-27 14:42 ` julenx at gmail dot com
  2014-06-27 14:42 ` fweimer at redhat dot com
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: julenx at gmail dot com @ 2014-06-27 14:42 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #5 from Julen Ruiz Aizpuru <julenx at gmail dot com> ---
I would expect Unicode CLDR to be a valid reference. There you go:
http://www.unicode.org/cldr/charts/25/by_type/numbers.symbols.html#Symbols_when_using_Western_Digits_%28latn%29

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

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (5 preceding siblings ...)
  2014-06-27 14:42 ` fweimer at redhat dot com
@ 2014-06-27 15:49 ` carlos at redhat dot com
  2014-06-27 16:07   ` Keld Simonsen
  2014-06-27 16:09 ` keld at keldix dot com
                   ` (14 subsequent siblings)
  21 siblings, 1 reply; 26+ messages in thread
From: carlos at redhat dot com @ 2014-06-27 15:49 UTC (permalink / raw)
  To: libc-locales

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

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com

--- Comment #6 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to Julen Ruiz Aizpuru from comment #5)
> I would expect Unicode CLDR to be a valid reference. There you go:
> http://www.unicode.org/cldr/charts/25/by_type/numbers.symbols.
> html#Symbols_when_using_Western_Digits_%28latn%29

Agreed, CLDR is a valid reference. In fact I think we should be copying exactly
what they do (and we are in other bugs). Since they have far more language
experts than we do working on the problem.

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

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

* Re: [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2014-06-27 15:49 ` carlos at redhat dot com
@ 2014-06-27 16:07   ` Keld Simonsen
  0 siblings, 0 replies; 26+ messages in thread
From: Keld Simonsen @ 2014-06-27 16:07 UTC (permalink / raw)
  To: carlos at redhat dot com; +Cc: libc-locales

On Fri, Jun 27, 2014 at 03:33:47PM +0000, carlos at redhat dot com wrote:
> https://sourceware.org/bugzilla/show_bug.cgi?id=12349
> 
> Carlos O'Donell <carlos at redhat dot com> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |carlos at redhat dot com
> 
> --- Comment #6 from Carlos O'Donell <carlos at redhat dot com> ---
> (In reply to Julen Ruiz Aizpuru from comment #5)
> > I would expect Unicode CLDR to be a valid reference. There you go:
> > http://www.unicode.org/cldr/charts/25/by_type/numbers.symbols.
> > html#Symbols_when_using_Western_Digits_%28latn%29
> 
> Agreed, CLDR is a valid reference. In fact I think we should be copying exactly
> what they do (and we are in other bugs). Since they have far more language
> experts than we do working on the problem.

Well, I do think we have many more language experts than CLDR.
CLDR is a small group of people, where we have hundreds of experts
in libc-locale. I know for my language Danish that the CLDR data has been
erroneous, and I tried to correct it to no avail at that time.
So I gave up and I do not give too much for their info.

Best regards
Keld

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (6 preceding siblings ...)
  2014-06-27 15:49 ` carlos at redhat dot com
@ 2014-06-27 16:09 ` keld at keldix dot com
  2014-06-29 13:18 ` julenx at gmail dot com
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: keld at keldix dot com @ 2014-06-27 16:09 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #7 from keld at keldix dot com <keld at keldix dot com> ---
On Fri, Jun 27, 2014 at 03:33:47PM +0000, carlos at redhat dot com wrote:
> https://sourceware.org/bugzilla/show_bug.cgi?id=12349
> 
> Carlos O'Donell <carlos at redhat dot com> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |carlos at redhat dot com
> 
> --- Comment #6 from Carlos O'Donell <carlos at redhat dot com> ---
> (In reply to Julen Ruiz Aizpuru from comment #5)
> > I would expect Unicode CLDR to be a valid reference. There you go:
> > http://www.unicode.org/cldr/charts/25/by_type/numbers.symbols.
> > html#Symbols_when_using_Western_Digits_%28latn%29
> 
> Agreed, CLDR is a valid reference. In fact I think we should be copying exactly
> what they do (and we are in other bugs). Since they have far more language
> experts than we do working on the problem.

Well, I do think we have many more language experts than CLDR.
CLDR is a small group of people, where we have hundreds of experts
in libc-locale. I know for my language Danish that the CLDR data has been
erroneous, and I tried to correct it to no avail at that time.
So I gave up and I do not give too much for their info.

Best regards
Keld

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

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (7 preceding siblings ...)
  2014-06-27 16:09 ` keld at keldix dot com
@ 2014-06-29 13:18 ` julenx at gmail dot com
  2014-06-29 17:20   ` Keld Simonsen
  2014-06-29 20:38 ` keld at keldix dot com
                   ` (12 subsequent siblings)
  21 siblings, 1 reply; 26+ messages in thread
From: julenx at gmail dot com @ 2014-06-29 13:18 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #8 from Julen Ruiz Aizpuru <julenx at gmail dot com> ---
(In reply to keld@keldix.com from comment #7)
> On Fri, Jun 27, 2014 at 03:33:47PM +0000, carlos at redhat dot com wrote:
> 
> Well, I do think we have many more language experts than CLDR.
> CLDR is a small group of people, where we have hundreds of experts
> in libc-locale. I know for my language Danish that the CLDR data has been
> erroneous, and I tried to correct it to no avail at that time.
> So I gave up and I do not give too much for their info.

This is funny, because the situation for Basque is the other way round: in
libc-locale data for Basque remains erroneous for years, and I tried to correct
it. So I'm in the situation of giving up and not giving up too much for its
information.

I don't know the people involved in libc-locale, but you say hundreds of
experts? Just notice that the first_weekday issue has been there for years (bug
14199), and downstream distributions have had these fixes for a long while too.

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

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

* Re: [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2014-06-29 13:18 ` julenx at gmail dot com
@ 2014-06-29 17:20   ` Keld Simonsen
  0 siblings, 0 replies; 26+ messages in thread
From: Keld Simonsen @ 2014-06-29 17:20 UTC (permalink / raw)
  To: julenx at gmail dot com; +Cc: libc-locales

On Sun, Jun 29, 2014 at 12:54:36PM +0000, julenx at gmail dot com wrote:
> https://sourceware.org/bugzilla/show_bug.cgi?id=12349
> 
> --- Comment #8 from Julen Ruiz Aizpuru <julenx at gmail dot com> ---
> (In reply to keld@keldix.com from comment #7)
> > On Fri, Jun 27, 2014 at 03:33:47PM +0000, carlos at redhat dot com wrote:
> > 
> > Well, I do think we have many more language experts than CLDR.
> > CLDR is a small group of people, where we have hundreds of experts
> > in libc-locale. I know for my language Danish that the CLDR data has been
> > erroneous, and I tried to correct it to no avail at that time.
> > So I gave up and I do not give too much for their info.
> 
> This is funny, because the situation for Basque is the other way round: in
> libc-locale data for Basque remains erroneous for years, and I tried to correct
> it. So I'm in the situation of giving up and not giving up too much for its
> information.
> 
> I don't know the people involved in libc-locale, but you say hundreds of
> experts? Just notice that the first_weekday issue has been there for years (bug
> 14199), and downstream distributions have had these fixes for a long while too.

Well, not so funny then. We need to be productive, and it seems to be a problem
both with us and in CLDR. We just have to work harder.

Best regards
keld

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (8 preceding siblings ...)
  2014-06-29 13:18 ` julenx at gmail dot com
@ 2014-06-29 20:38 ` keld at keldix dot com
  2014-07-01  9:38 ` myllynen at redhat dot com
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: keld at keldix dot com @ 2014-06-29 20:38 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #9 from keld at keldix dot com <keld at keldix dot com> ---
On Sun, Jun 29, 2014 at 12:54:36PM +0000, julenx at gmail dot com wrote:
> https://sourceware.org/bugzilla/show_bug.cgi?id=12349
> 
> --- Comment #8 from Julen Ruiz Aizpuru <julenx at gmail dot com> ---
> (In reply to keld@keldix.com from comment #7)
> > On Fri, Jun 27, 2014 at 03:33:47PM +0000, carlos at redhat dot com wrote:
> > 
> > Well, I do think we have many more language experts than CLDR.
> > CLDR is a small group of people, where we have hundreds of experts
> > in libc-locale. I know for my language Danish that the CLDR data has been
> > erroneous, and I tried to correct it to no avail at that time.
> > So I gave up and I do not give too much for their info.
> 
> This is funny, because the situation for Basque is the other way round: in
> libc-locale data for Basque remains erroneous for years, and I tried to correct
> it. So I'm in the situation of giving up and not giving up too much for its
> information.
> 
> I don't know the people involved in libc-locale, but you say hundreds of
> experts? Just notice that the first_weekday issue has been there for years (bug
> 14199), and downstream distributions have had these fixes for a long while too.

Well, not so funny then. We need to be productive, and it seems to be a problem
both with us and in CLDR. We just have to work harder.

Best regards
keld

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

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (9 preceding siblings ...)
  2014-06-29 20:38 ` keld at keldix dot com
@ 2014-07-01  9:38 ` myllynen at redhat dot com
  2014-07-01 19:58   ` Keld Simonsen
  2014-07-01 21:35 ` keld at keldix dot com
                   ` (10 subsequent siblings)
  21 siblings, 1 reply; 26+ messages in thread
From: myllynen at redhat dot com @ 2014-07-01  9:38 UTC (permalink / raw)
  To: libc-locales

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

Marko Myllynen <myllynen at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |myllynen at redhat dot com

--- Comment #10 from Marko Myllynen <myllynen at redhat dot com> ---
Perhaps there are certain locales where glibc is better maintained but in
general CLDR looks to have more experts involved. For example, in some cases
there are national initiatives which work directly with CLDR. This is not
surprising given the vendor independent nature of CLDR. Now that Microsoft has
also joined CLDR [1] as contributing partner (alongside with Google, IBM, and
others) it certainly looks like CLDR has notable momentum and should not be
ignored.

1)
http://unicode-inc.blogspot.com/2014/05/cldr-v26-open-for-data-submission.html

Thanks.

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

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

* Re: [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2014-07-01  9:38 ` myllynen at redhat dot com
@ 2014-07-01 19:58   ` Keld Simonsen
  0 siblings, 0 replies; 26+ messages in thread
From: Keld Simonsen @ 2014-07-01 19:58 UTC (permalink / raw)
  To: myllynen at redhat dot com; +Cc: libc-locales

On Tue, Jul 01, 2014 at 09:11:46AM +0000, myllynen at redhat dot com wrote:
> https://sourceware.org/bugzilla/show_bug.cgi?id=12349
> 
> Marko Myllynen <myllynen at redhat dot com> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |myllynen at redhat dot com
> 
> --- Comment #10 from Marko Myllynen <myllynen at redhat dot com> ---
> Perhaps there are certain locales where glibc is better maintained but in
> general CLDR looks to have more experts involved. For example, in some cases
> there are national initiatives which work directly with CLDR. This is not
> surprising given the vendor independent nature of CLDR. Now that Microsoft has
> also joined CLDR [1] as contributing partner (alongside with Google, IBM, and
> others) it certainly looks like CLDR has notable momentum and should not be
> ignored.
> 
> 1)
> http://unicode-inc.blogspot.com/2014/05/cldr-v26-open-for-data-submission.html

Yes, we should not ignore CLDR. But there are also national initiatives
that work directly with ISO on their national conventions, where they do not work
directly with CLDR. CLDR is an American initiative and is very much
dominated by US companies, as you also indicate.

Best regards
keld

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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (10 preceding siblings ...)
  2014-07-01  9:38 ` myllynen at redhat dot com
@ 2014-07-01 21:35 ` keld at keldix dot com
  2016-02-19 10:47 ` [Bug localedata/12349] eu_ES: incorrect thousands separator and first weekday vapier at gentoo dot org
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: keld at keldix dot com @ 2014-07-01 21:35 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #11 from keld at keldix dot com <keld at keldix dot com> ---
On Tue, Jul 01, 2014 at 09:11:46AM +0000, myllynen at redhat dot com wrote:
> https://sourceware.org/bugzilla/show_bug.cgi?id=12349
> 
> Marko Myllynen <myllynen at redhat dot com> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |myllynen at redhat dot com
> 
> --- Comment #10 from Marko Myllynen <myllynen at redhat dot com> ---
> Perhaps there are certain locales where glibc is better maintained but in
> general CLDR looks to have more experts involved. For example, in some cases
> there are national initiatives which work directly with CLDR. This is not
> surprising given the vendor independent nature of CLDR. Now that Microsoft has
> also joined CLDR [1] as contributing partner (alongside with Google, IBM, and
> others) it certainly looks like CLDR has notable momentum and should not be
> ignored.
> 
> 1)
> http://unicode-inc.blogspot.com/2014/05/cldr-v26-open-for-data-submission.html

Yes, we should not ignore CLDR. But there are also national initiatives
that work directly with ISO on their national conventions, where they do not
work
directly with CLDR. CLDR is an American initiative and is very much
dominated by US companies, as you also indicate.

Best regards
keld

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

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

* [Bug localedata/12349] eu_ES: incorrect thousands separator and first weekday
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (11 preceding siblings ...)
  2014-07-01 21:35 ` keld at keldix dot com
@ 2016-02-19 10:47 ` vapier at gentoo dot org
  2016-04-16  7:38 ` vapier at gentoo dot org
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: vapier at gentoo dot org @ 2016-02-19 10:47 UTC (permalink / raw)
  To: libc-locales

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

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Incorrect thousands         |eu_ES: incorrect thousands
                   |separator and first weekday |separator and first weekday
                   |for eu_ES locale            |

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

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

* [Bug localedata/12349] eu_ES: incorrect thousands separator and first weekday
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (12 preceding siblings ...)
  2016-02-19 10:47 ` [Bug localedata/12349] eu_ES: incorrect thousands separator and first weekday vapier at gentoo dot org
@ 2016-04-16  7:38 ` vapier at gentoo dot org
  2016-04-23  7:12 ` [Bug localedata/12349] eu_ES: incorrect thousands separator vapier at gentoo dot org
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: vapier at gentoo dot org @ 2016-04-16  7:38 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #12 from Mike Frysinger <vapier at gentoo dot org> ---
week settings should be fixed by:
  https://sourceware.org/ml/libc-alpha/2016-04/msg00419.html

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

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

* [Bug localedata/12349] eu_ES: incorrect thousands separator
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (13 preceding siblings ...)
  2016-04-16  7:38 ` vapier at gentoo dot org
@ 2016-04-23  7:12 ` vapier at gentoo dot org
  2016-05-16 21:46 ` jsm28 at gcc dot gnu.org
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: vapier at gentoo dot org @ 2016-04-23  7:12 UTC (permalink / raw)
  To: libc-locales

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

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|eu_ES: incorrect thousands  |eu_ES: incorrect thousands
                   |separator and first weekday |separator

--- Comment #13 from Mike Frysinger <vapier at gentoo dot org> ---
the week part is in the tree now:
https://sourceware.org/git/?p=glibc.git;a=commit;h=0a410e76f551c6e6cf6d128f618208049d6a952c

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

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

* [Bug core/12349] eu_ES: incorrect thousands separator
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (15 preceding siblings ...)
  2016-05-16 21:46 ` jsm28 at gcc dot gnu.org
@ 2016-05-16 21:46 ` gobisha6355 at gmail dot com
  2017-08-14 12:42 ` [Bug localedata/12349] " maiku.fabian at gmail dot com
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: gobisha6355 at gmail dot com @ 2016-05-16 21:46 UTC (permalink / raw)
  To: libc-locales

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

shanjay <gobisha6355 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
          Component|localedata                  |core
           Assignee|libc-locales at sourceware dot org |unassigned at sourceware dot org
            Product|glibc                       |netresolve
           Severity|normal                      |critical

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

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

* [Bug localedata/12349] eu_ES: incorrect thousands separator
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (14 preceding siblings ...)
  2016-04-23  7:12 ` [Bug localedata/12349] eu_ES: incorrect thousands separator vapier at gentoo dot org
@ 2016-05-16 21:46 ` jsm28 at gcc dot gnu.org
  2016-05-16 21:46 ` [Bug core/12349] " gobisha6355 at gmail dot com
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2016-05-16 21:46 UTC (permalink / raw)
  To: libc-locales

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |libc-locales at sourceware dot org
          Component|core                        |localedata
            Product|netresolve                  |glibc
           Severity|critical                    |normal

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

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

* [Bug localedata/12349] eu_ES: incorrect thousands separator
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (16 preceding siblings ...)
  2016-05-16 21:46 ` [Bug core/12349] " gobisha6355 at gmail dot com
@ 2017-08-14 12:42 ` maiku.fabian at gmail dot com
  2017-08-14 14:33 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-08-14 12:42 UTC (permalink / raw)
  To: libc-locales

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maiku.fabian at gmail dot com

--- Comment #14 from Mike FABIAN <maiku.fabian at gmail dot com> ---
(In reply to Julen Ruiz Aizpuru from comment #0)
> Created attachment 5169 [details]
> Fixes for thousands separator and first weekday
> 
> First weekday and first workday is Monday in Spain (and therefore for the
> eu_ES locale), but the current locale data points to Sunday, which is
> incorrect. 
> 
> Also, the thousands separator is missing (which is a dot '.', U+002E) and
> grouping has to be done with three digits.

CLDR has

                <symbols numberSystem="latn">
                        <decimal>,</decimal>
                        <group>.</group>

both for  es.xml and eu.xml, so CLDR agrees with you.

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

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

* [Bug localedata/12349] eu_ES: incorrect thousands separator
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (17 preceding siblings ...)
  2017-08-14 12:42 ` [Bug localedata/12349] " maiku.fabian at gmail dot com
@ 2017-08-14 14:33 ` cvs-commit at gcc dot gnu.org
  2017-08-14 14:34 ` maiku.fabian at gmail dot com
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 26+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2017-08-14 14:33 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #15 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  66ba2e4ae5ab35e1a1cf8ab32f0382dc4270d07c (commit)
      from  1f14d0c3ddce47f7021bbc0862fdb207891345dc (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=66ba2e4ae5ab35e1a1cf8ab32f0382dc4270d07c

commit 66ba2e4ae5ab35e1a1cf8ab32f0382dc4270d07c
Author: Julen Ruiz Aizpuru <julenx@gmail.com>
Date:   Mon Aug 14 15:56:00 2017 +0200

    Fix thousands_sep and grouping and use readable ASCII for decimal_point in
eu_ES locale

        [BZ #12349]
        * locales/eu_ES (LC_NUMERIC): Fix thousands_sep and grouping
        and use readable ASCII for decimal_point.

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

Summary of changes:
 localedata/ChangeLog     |    6 ++++++
 localedata/locales/eu_ES |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

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

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

* [Bug localedata/12349] eu_ES: incorrect thousands separator
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (18 preceding siblings ...)
  2017-08-14 14:33 ` cvs-commit at gcc dot gnu.org
@ 2017-08-14 14:34 ` maiku.fabian at gmail dot com
  2017-08-14 14:54 ` maiku.fabian at gmail dot com
  2017-09-14 11:07 ` jsm28 at gcc dot gnu.org
  21 siblings, 0 replies; 26+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-08-14 14:34 UTC (permalink / raw)
  To: libc-locales

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

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

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

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

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

* [Bug localedata/12349] eu_ES: incorrect thousands separator
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (19 preceding siblings ...)
  2017-08-14 14:34 ` maiku.fabian at gmail dot com
@ 2017-08-14 14:54 ` maiku.fabian at gmail dot com
  2017-09-14 11:07 ` jsm28 at gcc dot gnu.org
  21 siblings, 0 replies; 26+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-08-14 14:54 UTC (permalink / raw)
  To: libc-locales

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

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

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

--- Comment #16 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] 26+ messages in thread

* [Bug localedata/12349] eu_ES: incorrect thousands separator
  2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
                   ` (20 preceding siblings ...)
  2017-08-14 14:54 ` maiku.fabian at gmail dot com
@ 2017-09-14 11:07 ` jsm28 at gcc dot gnu.org
  21 siblings, 0 replies; 26+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2017-09-14 11:07 UTC (permalink / raw)
  To: libc-locales

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |maiku.fabian at gmail dot com
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.27

--- Comment #14 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Restoring changes lost in system crash and restore from backup.

https://sourceware.org/ml/glibc-bugs/2017-08/msg00374.html
https://sourceware.org/ml/glibc-bugs/2017-08/msg00379.html
https://sourceware.org/ml/glibc-bugs/2017-08/msg00380.html
https://sourceware.org/ml/glibc-bugs/2017-08/msg00381.html

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

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

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

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-27 12:00 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
2011-05-09 17:55 ` [Bug localedata/12349] " drepper.fsp at gmail dot com
2011-05-11  9:35 ` mikel at olasagasti dot info
2012-06-04 16:42 ` pasky at ucw dot cz
2012-11-20 12:21 ` cjlhomeaddress at gmail dot com
2014-06-27 14:42 ` julenx at gmail dot com
2014-06-27 14:42 ` fweimer at redhat dot com
2014-06-27 15:49 ` carlos at redhat dot com
2014-06-27 16:07   ` Keld Simonsen
2014-06-27 16:09 ` keld at keldix dot com
2014-06-29 13:18 ` julenx at gmail dot com
2014-06-29 17:20   ` Keld Simonsen
2014-06-29 20:38 ` keld at keldix dot com
2014-07-01  9:38 ` myllynen at redhat dot com
2014-07-01 19:58   ` Keld Simonsen
2014-07-01 21:35 ` keld at keldix dot com
2016-02-19 10:47 ` [Bug localedata/12349] eu_ES: incorrect thousands separator and first weekday vapier at gentoo dot org
2016-04-16  7:38 ` vapier at gentoo dot org
2016-04-23  7:12 ` [Bug localedata/12349] eu_ES: incorrect thousands separator vapier at gentoo dot org
2016-05-16 21:46 ` jsm28 at gcc dot gnu.org
2016-05-16 21:46 ` [Bug core/12349] " gobisha6355 at gmail dot com
2017-08-14 12:42 ` [Bug localedata/12349] " maiku.fabian at gmail dot com
2017-08-14 14:33 ` cvs-commit at gcc dot gnu.org
2017-08-14 14:34 ` maiku.fabian at gmail dot com
2017-08-14 14:54 ` maiku.fabian at gmail dot com
2017-09-14 11:07 ` 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).