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

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 on the CC list for the bug.


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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 16:37 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
@ 2011-05-09 17:47 ` drepper.fsp at gmail dot com
  2011-05-11  9:12 ` mikel at olasagasti dot info
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-05-09 17:47 UTC (permalink / raw)
  To: glibc-bugs

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 on the CC list for the bug.


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

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

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 on the CC list for the bug.


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

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

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 on the CC list for the bug.


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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 16:37 [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:27 ` pasky at ucw dot cz
@ 2012-11-20 12:20 ` cjlhomeaddress at gmail dot com
  2014-06-27 14:04 ` fweimer at redhat dot com
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cjlhomeaddress at gmail dot com @ 2012-11-20 12:20 UTC (permalink / raw)
  To: glibc-bugs

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 on the CC list for the bug.


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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 16:37 [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:20 ` cjlhomeaddress at gmail dot com
@ 2014-06-27 14:04 ` fweimer at redhat dot com
  2014-06-27 14:17 ` julenx at gmail dot com
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 14:04 UTC (permalink / raw)
  To: glibc-bugs

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 on the CC list for the bug.


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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 16:37 [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:04 ` fweimer at redhat dot com
@ 2014-06-27 14:17 ` julenx at gmail dot com
  2014-06-27 15:33 ` carlos at redhat dot com
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: julenx at gmail dot com @ 2014-06-27 14:17 UTC (permalink / raw)
  To: glibc-bugs

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 on the CC list for the bug.


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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 16:37 [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:17 ` julenx at gmail dot com
@ 2014-06-27 15:33 ` carlos at redhat dot com
  2014-06-27 16:07 ` keld at keldix dot com
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: carlos at redhat dot com @ 2014-06-27 15:33 UTC (permalink / raw)
  To: glibc-bugs

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 on the CC list for the bug.


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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 16:37 [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:33 ` carlos at redhat dot com
@ 2014-06-27 16:07 ` keld at keldix dot com
  2014-06-29 12:54 ` julenx at gmail dot com
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: keld at keldix dot com @ 2014-06-27 16:07 UTC (permalink / raw)
  To: glibc-bugs

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 on the CC list for the bug.


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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 16:37 [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:07 ` keld at keldix dot com
@ 2014-06-29 12:54 ` julenx at gmail dot com
  2014-06-29 17:21 ` keld at keldix dot com
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: julenx at gmail dot com @ 2014-06-29 12:54 UTC (permalink / raw)
  To: glibc-bugs

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 on the CC list for the bug.


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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 16:37 [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 12:54 ` julenx at gmail dot com
@ 2014-06-29 17:21 ` keld at keldix dot com
  2014-07-01  9:11 ` myllynen at redhat dot com
  2014-07-01 19:59 ` keld at keldix dot com
  11 siblings, 0 replies; 13+ messages in thread
From: keld at keldix dot com @ 2014-06-29 17:21 UTC (permalink / raw)
  To: glibc-bugs

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 on the CC list for the bug.


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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 16:37 [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 17:21 ` keld at keldix dot com
@ 2014-07-01  9:11 ` myllynen at redhat dot com
  2014-07-01 19:59 ` keld at keldix dot com
  11 siblings, 0 replies; 13+ messages in thread
From: myllynen at redhat dot com @ 2014-07-01  9:11 UTC (permalink / raw)
  To: glibc-bugs

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 on the CC list for the bug.


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

* [Bug localedata/12349] Incorrect thousands separator and first weekday for eu_ES locale
  2010-12-27 16:37 [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:11 ` myllynen at redhat dot com
@ 2014-07-01 19:59 ` keld at keldix dot com
  11 siblings, 0 replies; 13+ messages in thread
From: keld at keldix dot com @ 2014-07-01 19:59 UTC (permalink / raw)
  To: glibc-bugs

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 on the CC list for the bug.


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

end of thread, other threads:[~2014-07-01 19:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-27 16:37 [Bug localedata/12349] New: Incorrect thousands separator and first weekday for eu_ES locale julenx at gmail dot com
2011-05-09 17:47 ` [Bug localedata/12349] " drepper.fsp at gmail dot com
2011-05-11  9:12 ` mikel at olasagasti dot info
2012-06-04 16:27 ` pasky at ucw dot cz
2012-11-20 12:20 ` cjlhomeaddress at gmail dot com
2014-06-27 14:04 ` fweimer at redhat dot com
2014-06-27 14:17 ` julenx at gmail dot com
2014-06-27 15:33 ` carlos at redhat dot com
2014-06-27 16:07 ` keld at keldix dot com
2014-06-29 12:54 ` julenx at gmail dot com
2014-06-29 17:21 ` keld at keldix dot com
2014-07-01  9:11 ` myllynen at redhat dot com
2014-07-01 19:59 ` keld at keldix dot com

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).