public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/9835] New: Wrong first_weekday and first_workday for en_GB
@ 2009-02-10 22:01 aurelien at aurel32 dot net
  2009-11-22 16:06 ` [Bug localedata/9835] " rggjan at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: aurelien at aurel32 dot net @ 2009-02-10 22:01 UTC (permalink / raw)
  To: glibc-bugs

In Great Britain, the first day of the week is monday. Giveen that week equals 
7;19971201;4, that is a monday, first_weekday and first_workday should be 1.

The patch below fixes the problem.

2009-01-10  Aurelien Jarno  <aurel32@debian.org>

        * locales/en_GB: Set first weekday and workday to 1.

--- localedata.orig/locales/en_GB
+++ localedata/locales/en_GB
@@ -122,8 +122,8 @@ 
date_fmt    "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
 <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
 <U0025><U005A><U0020><U0025><U0059>"
 week    7;19971201;4
-first_weekday 2
-first_workday 2
+first_weekday 1
+first_workday 1
 END LC_TIME

 LC_MESSAGES

-- 
           Summary: Wrong first_weekday and first_workday for en_GB
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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

------- 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] 5+ messages in thread

* [Bug localedata/9835] Wrong first_weekday and first_workday for en_GB
  2009-02-10 22:01 [Bug localedata/9835] New: Wrong first_weekday and first_workday for en_GB aurelien at aurel32 dot net
@ 2009-11-22 16:06 ` rggjan at gmail dot com
  2009-11-22 16:07 ` rggjan at gmail dot com
  2009-11-22 19:12 ` pasky at suse dot cz
  2 siblings, 0 replies; 5+ messages in thread
From: rggjan at gmail dot com @ 2009-11-22 16:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From rggjan at gmail dot com  2009-11-22 16:05 -------
Same problem for de_CH, see here:

http://bugs.archlinux.org/task/17005#comment52780

-- 


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

------- 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] 5+ messages in thread

* [Bug localedata/9835] Wrong first_weekday and first_workday for en_GB
  2009-02-10 22:01 [Bug localedata/9835] New: Wrong first_weekday and first_workday for en_GB aurelien at aurel32 dot net
  2009-11-22 16:06 ` [Bug localedata/9835] " rggjan at gmail dot com
@ 2009-11-22 16:07 ` rggjan at gmail dot com
  2009-11-22 19:12 ` pasky at suse dot cz
  2 siblings, 0 replies; 5+ messages in thread
From: rggjan at gmail dot com @ 2009-11-22 16:07 UTC (permalink / raw)
  To: glibc-bugs



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


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

------- 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] 5+ messages in thread

* [Bug localedata/9835] Wrong first_weekday and first_workday for en_GB
  2009-02-10 22:01 [Bug localedata/9835] New: Wrong first_weekday and first_workday for en_GB aurelien at aurel32 dot net
  2009-11-22 16:06 ` [Bug localedata/9835] " rggjan at gmail dot com
  2009-11-22 16:07 ` rggjan at gmail dot com
@ 2009-11-22 19:12 ` pasky at suse dot cz
  2 siblings, 0 replies; 5+ messages in thread
From: pasky at suse dot cz @ 2009-11-22 19:12 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pasky at suse dot cz  2009-11-22 19:12 -------
Please open a separate bug for de_CH.

*** This bug has been marked as a duplicate of 7068 ***

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


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

------- 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] 5+ messages in thread

* [Bug localedata/9835] Wrong first_weekday and first_workday for en_GB
       [not found] <bug-9835-131@http.sourceware.org/bugzilla/>
@ 2014-07-01 20:55 ` fweimer at redhat dot com
  0 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01 20:55 UTC (permalink / raw)
  To: glibc-bugs

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

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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-10 22:01 [Bug localedata/9835] New: Wrong first_weekday and first_workday for en_GB aurelien at aurel32 dot net
2009-11-22 16:06 ` [Bug localedata/9835] " rggjan at gmail dot com
2009-11-22 16:07 ` rggjan at gmail dot com
2009-11-22 19:12 ` pasky at suse dot cz
     [not found] <bug-9835-131@http.sourceware.org/bugzilla/>
2014-07-01 20:55 ` fweimer 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).