public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/2371] Incorrect locale data causes problems with date display
       [not found] <bug-2371-131@http.sourceware.org/bugzilla/>
@ 2014-02-16 19:40 ` jackie.rosen at hushmail dot com
  2014-05-28 19:41 ` schwab at sourceware dot org
  1 sibling, 0 replies; 14+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 19:40 UTC (permalink / raw)
  To: glibc-bugs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #13 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

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


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
       [not found] <bug-2371-131@http.sourceware.org/bugzilla/>
  2014-02-16 19:40 ` [Bug localedata/2371] Incorrect locale data causes problems with date display jackie.rosen at hushmail dot com
@ 2014-05-28 19:41 ` schwab at sourceware dot org
  1 sibling, 0 replies; 14+ messages in thread
From: schwab at sourceware dot org @ 2014-05-28 19:41 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Schwab <schwab at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jackie.rosen at hushmail dot com   |

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


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
                   ` (10 preceding siblings ...)
  2007-05-06  9:05 ` pacho at condmat1 dot ciencias dot uniovi dot es
@ 2007-09-23 23:14 ` drepper at redhat dot com
  11 siblings, 0 replies; 14+ messages in thread
From: drepper at redhat dot com @ 2007-09-23 23:14 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2007-09-23 23:14 -------
I have no idea what people complain here.  They are absolutely incapable of
specifying a problem.  Just showing some program output is in no universe a
suitable way.

The current libc code shows a Sunday as the first day in the US locale and
Monday as the first day in the the Spanish locale.  The former is definitely
correct and the latter is what people requested in the past.

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


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
                   ` (9 preceding siblings ...)
  2007-05-05 22:31 ` vapier at gentoo dot org
@ 2007-05-06  9:05 ` pacho at condmat1 dot ciencias dot uniovi dot es
  2007-09-23 23:14 ` drepper at redhat dot com
  11 siblings, 0 replies; 14+ messages in thread
From: pacho at condmat1 dot ciencias dot uniovi dot es @ 2007-05-06  9:05 UTC (permalink / raw)
  To: glibc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3670 bytes --]


------- Additional Comments From pacho at condmat1 dot ciencias dot uniovi dot es  2007-05-06 10:04 -------
(In reply to comment #9)
> post all relevant information here ... dont use links to other bugzillas please

(In reply to comment #9)
> post all relevant information here ... dont use links to other bugzillas please

OK. I will reproduce some (I think) useful messages:

http://bugs.gentoo.org/show_bug.cgi?id=120995#c21

I'm on glibc 2.5 and I still have first_weekday=7 for LC_ALL="".  For
LC_ALL="en_US" I get the correct first_weekday=1.

cbm@aconite ~ $ LC_ALL="en_US" locale -k -c LC_TIME
LC_TIME
abday="Sun;Mon;Tue;Wed;Thu;Fri;Sat"
day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday"
abmon="Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec"
mon="January;February;March;April;May;June;July;August;September;October;November;December"
am_pm="AM;PM"
d_t_fmt="%a %d %b %Y %r %Z"
d_fmt="%m/%d/%Y"
t_fmt="%r"
t_fmt_ampm="%I:%M:%S %p"
era=
era_year=""
era_d_fmt=""
alt_digits=
era_d_t_fmt=""
era_t_fmt=""
time-era-num-entries=0
time-era-entries="S"
week-ndays=7
week-1stday=19971130
week-1stweek=7
first_weekday=1
first_workday=1
cal_direction=1
timezone=""
date_fmt="%a %b %e %H:%M:%S %Z %Y"
time-codeset="ISO-8859-1"
cbm@aconite ~ $ LC_ALL="" locale -k -c LC_TIME
LC_TIME
abday="Sun;Mon;Tue;Wed;Thu;Fri;Sat"
day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday"
abmon="Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec"
mon="January;February;March;April;May;June;July;August;September;October;November;December"
am_pm="AM;PM"
d_t_fmt="%a %b %e %H:%M:%S %Y"
d_fmt="%m/%d/%y"
t_fmt="%H:%M:%S"
t_fmt_ampm="%I:%M:%S %p"
era=
era_year=""
era_d_fmt=""
alt_digits=
era_d_t_fmt=""
era_t_fmt=""
time-era-num-entries=0
time-era-entries=""
week-ndays=7
week-1stday=19971130
week-1stweek=4
first_weekday=7
first_workday=1
cal_direction=1
timezone=""
date_fmt="%a %b %e %H:%M:%S %Z %Y"
time-codeset="ANSI_X3.4-1968"
cbm@aconite ~ $ 

______________

http://bugs.gentoo.org/show_bug.cgi?id=120995#c22

I have LANG set to en_US.UTF-8. However:

LC_ALL="" locale -k -c LC_TIME
LC_TIME
abday="Sun;Mon;Tue;Wed;Thu;Fri;Sat"
day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday"
abmon="Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec"
mon="January;February;March;April;May;June;July;August;September;October;November;December"
am_pm="AM;PM"
d_t_fmt="%a %d %b %Y %r %Z"
d_fmt="%m/%d/%Y"
t_fmt="%r"
t_fmt_ampm="%I:%M:%S %p"
era=
era_year=""
era_d_fmt=""
alt_digits=
era_d_t_fmt=""
era_t_fmt=""
time-era-num-entries=0
time-era-entries="S"
week-ndays=7
week-1stday=19971130
week-1stweek=7
first_weekday=1
first_workday=1
cal_direction=1
timezone=""
date_fmt="%a %b %e %H:%M:%S %Z %Y"
time-codeset="UTF-8"

_____________

And I put my output:

(10:39:21) pacho@belkin2 ~ $ LC_ALL="es_ES.UTF-8" locale -k -c LC_TIME
LC_TIME
abday="dom;lun;mar;mié;jue;vie;sáb"
day="domingo;lunes;martes;miércoles;jueves;viernes;sábado"
abmon="ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic"
mon="enero;febrero;marzo;abril;mayo;junio;julio;agosto;septiembre;octubre;noviembre;diciembre"
am_pm=";"
d_t_fmt="%a %d %b %Y %T %Z"
d_fmt="%d/%m/%y"
t_fmt="%T"
t_fmt_ampm=""
era=
era_year=""
era_d_fmt=""
alt_digits=
era_d_t_fmt=""
era_t_fmt=""
time-era-num-entries=0
time-era-entries="d"
week-ndays=7
week-1stday=19971130
week-1stweek=0
first_weekday=1
first_workday=1
cal_direction=1
timezone=""
date_fmt="%a %b %e %H:%M:%S %Z %Y"
time-codeset="UTF-8"
(10:39:23) pacho@belkin2 ~ $ 

Thanks a lot


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
                   ` (8 preceding siblings ...)
  2007-05-05  9:07 ` pacho at condmat1 dot ciencias dot uniovi dot es
@ 2007-05-05 22:31 ` vapier at gentoo dot org
  2007-05-06  9:05 ` pacho at condmat1 dot ciencias dot uniovi dot es
  2007-09-23 23:14 ` drepper at redhat dot com
  11 siblings, 0 replies; 14+ messages in thread
From: vapier at gentoo dot org @ 2007-05-05 22:31 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From vapier at gentoo dot org  2007-05-05 23:31 -------
post all relevant information here ... dont use links to other bugzillas please

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
                   ` (7 preceding siblings ...)
  2007-05-05  9:06 ` pacho at condmat1 dot ciencias dot uniovi dot es
@ 2007-05-05  9:07 ` pacho at condmat1 dot ciencias dot uniovi dot es
  2007-05-05 22:31 ` vapier at gentoo dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: pacho at condmat1 dot ciencias dot uniovi dot es @ 2007-05-05  9:07 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pacho at condmat1 dot
                   |                            |ciencias dot uniovi dot es


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
                   ` (6 preceding siblings ...)
  2007-05-04 15:07 ` drepper at redhat dot com
@ 2007-05-05  9:06 ` pacho at condmat1 dot ciencias dot uniovi dot es
  2007-05-05  9:07 ` pacho at condmat1 dot ciencias dot uniovi dot es
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: pacho at condmat1 dot ciencias dot uniovi dot es @ 2007-05-05  9:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pacho at condmat1 dot ciencias dot uniovi dot es  2007-05-05 10:06 -------
The bug is still valid. Please, see:
http://bugs.gentoo.org/show_bug.cgi?id=120995

Thanks

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


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
                   ` (5 preceding siblings ...)
  2006-11-27 21:33 ` jdaluz at gmail dot com
@ 2007-05-04 15:07 ` drepper at redhat dot com
  2007-05-05  9:06 ` pacho at condmat1 dot ciencias dot uniovi dot es
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: drepper at redhat dot com @ 2007-05-04 15:07 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2007-05-04 16:07 -------
This was changed back on 2006-4-10.

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


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
                   ` (4 preceding siblings ...)
  2006-03-14  4:19 ` jdaluz at gmail dot com
@ 2006-11-27 21:33 ` jdaluz at gmail dot com
  2007-05-04 15:07 ` drepper at redhat dot com
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: jdaluz at gmail dot com @ 2006-11-27 21:33 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jdaluz at gmail dot com  2006-11-27 21:33 -------
With glibc 2.5, the problem seems to be fixed:

$ LANG=en_US.UTF-8 locale -k -c LC_TIME
LC_TIME
abday="Sun;Mon;Tue;Wed;Thu;Fri;Sat"
day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday"
abmon="Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec"
mon="January;February;March;April;May;June;July;August;September;October;November;December"
am_pm="AM;PM"
d_t_fmt="%a %d %b %Y %r %Z"
d_fmt="%m/%d/%Y"
t_fmt="%r"
t_fmt_ampm="%I:%M:%S %p"
era=
era_year=""
era_d_fmt=""
alt_digits=
era_d_t_fmt=""
era_t_fmt=""
time-era-num-entries=0
time-era-entries="S"
week-ndays=7
week-1stday=19971130
week-1stweek=7
first_weekday=1
first_workday=1
cal_direction=1
timezone=""
date_fmt="%a %b %e %H:%M:%S %Z %Y"
time-codeset="UTF-8"

$ LANG=en_US locale -k -c LC_TIME
LC_TIME
abday="Sun;Mon;Tue;Wed;Thu;Fri;Sat"
day="Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday"
abmon="Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec"
mon="January;February;March;April;May;June;July;August;September;October;November;December"
am_pm="AM;PM"
d_t_fmt="%a %d %b %Y %r %Z"
d_fmt="%m/%d/%Y"
t_fmt="%r"
t_fmt_ampm="%I:%M:%S %p"
era=
era_year=""
era_d_fmt=""
alt_digits=
era_d_t_fmt=""
era_t_fmt=""
time-era-num-entries=0
time-era-entries="S"
week-ndays=7
week-1stday=19971130
week-1stweek=7
first_weekday=1
first_workday=1
cal_direction=1
timezone=""
date_fmt="%a %b %e %H:%M:%S %Z %Y"
time-codeset="UTF-8"


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
                   ` (3 preceding siblings ...)
  2006-03-13 19:19 ` barbier at linuxfr dot org
@ 2006-03-14  4:19 ` jdaluz at gmail dot com
  2006-11-27 21:33 ` jdaluz at gmail dot com
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: jdaluz at gmail dot com @ 2006-03-14  4:19 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jdaluz at gmail dot com  2006-03-14 04:19 -------
(In reply to comment #4)
> No, there is no such change in the C locale in glibc 2.4.

Sorry, I mistook an empty locale for the C locale. You're quite right. So this
problem remains unchanged.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
                   ` (2 preceding siblings ...)
  2006-03-13  2:33 ` jdaluz at gmail dot com
@ 2006-03-13 19:19 ` barbier at linuxfr dot org
  2006-03-14  4:19 ` jdaluz at gmail dot com
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: barbier at linuxfr dot org @ 2006-03-13 19:19 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From barbier at linuxfr dot org  2006-03-13 19:19 -------
No, there is no such change in the C locale in glibc 2.4.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
  2006-02-21  2:14 ` [Bug localedata/2371] " vapier at gentoo dot org
  2006-02-21  2:23 ` jdaluz at gmail dot com
@ 2006-03-13  2:33 ` jdaluz at gmail dot com
  2006-03-13 19:19 ` barbier at linuxfr dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: jdaluz at gmail dot com @ 2006-03-13  2:33 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jdaluz at gmail dot com  2006-03-13 02:33 -------
I updated to glibc 2.4. The locale data is updated and now Monday is the
first_weekday for the C locale, en_US and en_US.UTF-8. For the US this should
still be Sunday with first_workday as Monday.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
  2006-02-21  2:14 ` [Bug localedata/2371] " vapier at gentoo dot org
@ 2006-02-21  2:23 ` jdaluz at gmail dot com
  2006-03-13  2:33 ` jdaluz at gmail dot com
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: jdaluz at gmail dot com @ 2006-02-21  2:23 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jdaluz at gmail dot com  2006-02-21 02:23 -------
*** Bug 2372 has been marked as a duplicate of this bug. ***

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/2371] Incorrect locale data causes problems with date display
  2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
@ 2006-02-21  2:14 ` vapier at gentoo dot org
  2006-02-21  2:23 ` jdaluz at gmail dot com
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: vapier at gentoo dot org @ 2006-02-21  2:14 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From vapier at gentoo dot org  2006-02-21 02:14 -------
you can find similar reports against Ubuntu:
https://launchpad.net/distros/ubuntu/+source/langpack-locales/+bug/31814/
and Debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347323

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2014-05-28 19:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-2371-131@http.sourceware.org/bugzilla/>
2014-02-16 19:40 ` [Bug localedata/2371] Incorrect locale data causes problems with date display jackie.rosen at hushmail dot com
2014-05-28 19:41 ` schwab at sourceware dot org
2006-02-21  0:50 [Bug localedata/2371] New: " jdaluz at gmail dot com
2006-02-21  2:14 ` [Bug localedata/2371] " vapier at gentoo dot org
2006-02-21  2:23 ` jdaluz at gmail dot com
2006-03-13  2:33 ` jdaluz at gmail dot com
2006-03-13 19:19 ` barbier at linuxfr dot org
2006-03-14  4:19 ` jdaluz at gmail dot com
2006-11-27 21:33 ` jdaluz at gmail dot com
2007-05-04 15:07 ` drepper at redhat dot com
2007-05-05  9:06 ` pacho at condmat1 dot ciencias dot uniovi dot es
2007-05-05  9:07 ` pacho at condmat1 dot ciencias dot uniovi dot es
2007-05-05 22:31 ` vapier at gentoo dot org
2007-05-06  9:05 ` pacho at condmat1 dot ciencias dot uniovi dot es
2007-09-23 23:14 ` drepper at redhat 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).