public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/18205] New: Wrong first_weekday and first_workday for be_BY*
@ 2015-04-06 21:13 andrei.dziahel at gmail dot com
  2015-04-07 10:25 ` [Bug localedata/18205] " ihar.hrachyshka at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: andrei.dziahel at gmail dot com @ 2015-04-06 21:13 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 18205
           Summary: Wrong first_weekday and first_workday for be_BY*
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: andrei.dziahel at gmail dot com
                CC: libc-locales at sourceware dot org

Created attachment 8227
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8227&action=edit
Proposed patch to fix first_weekday & first_workday for be_BY locales

Reproducing:

1. Get a test program from
https://bug747346.bugzilla-attachments.gnome.org/attachment.cgi?id=300994,
compile it
2. Run it with LC_TIME=be_BY.utf8 ./a.out

Expected output:  

> first_weekday: 2
> week_1stday: 0
> Week start: 1

It's same output as one for ru_RU, uk_UA and other territories where week
begins with Monday.

What happens instead: the output is 
> first_weekday: 1
> week_1stday: 0
> Week start: 0
same as for en_US and other territories where week begins with Sunday

I've attached a (trivial?) patch which should fix this.

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


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

end of thread, other threads:[~2015-10-30  0:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-06 21:13 [Bug localedata/18205] New: Wrong first_weekday and first_workday for be_BY* andrei.dziahel at gmail dot com
2015-04-07 10:25 ` [Bug localedata/18205] " ihar.hrachyshka at gmail dot com
2015-08-05 14:14 ` andrei.dziahel at gmail dot com
2015-10-29 12:59 ` andrei.dziahel at gmail dot com
2015-10-29 13:33 ` carlos at redhat dot com
2015-10-29 21:22 ` [Bug localedata/18205] be_BY*: wrong first_weekday and first_workday vapier at gentoo dot org
2015-10-30  0:23 ` vapier at gentoo dot 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).