[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#874338: marked as done (locales: wrong first_weekday in en_IE)



Your message dated Sat, 24 Nov 2018 15:55:10 -0800
with message-id <20181124235510.2hv2426nrm5rowjk@qor.donarmstrong.com>
and subject line Fixed upstream by changing fw to Monday
has caused the Debian Bug report #874338,
regarding locales: wrong first_weekday in en_IE
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
874338: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874338
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: locales
Version: 2.24-11+deb9u1
Severity: normal
Tags: patch

Hi,

Setting locale to en_IE or en_IE@euro gives you Sunday as the first day of the
week, what is wrong:

$ LC_ALL="en_IE.UTF-8" locale -k LC_TIME | grep first_weekday
first_weekday=1
$ LC_ALL="en_IE@euro" locale -k LC_TIME | grep first_weekday
first_weekday=1
$ LC_ALL="en_GB.UTF-8" locale -k LC_TIME | grep first_weekday
first_weekday=2
$ LC_ALL="en_US.UTF-8" locale -k LC_TIME | grep first_weekday
first_weekday=1

Attached patch fixes it for me.

Regards,
Roberto

Index: glibc-2.24/localedata/locales/en_IE
===================================================================
--- glibc-2.24.orig/localedata/locales/en_IE	2016-08-02 04:01:36.000000000 +0200
+++ glibc-2.24/localedata/locales/en_IE	2017-09-05 09:21:04.384237037 +0200
@@ -117,6 +117,7 @@
 am_pm       "";""
 t_fmt_ampm  ""
 week 7;19971130;4
+first_weekday 2
 END LC_TIME
 
 LC_MESSAGES

--- End Message ---
--- Begin Message ---
Version: 2.27-8

This was fixed upstream as part of
https://unicode.org/cldr/trac/ticket/11192 and has now been fixed in
Debian [potentially earlier than 2.27-8, but I noticed it because of
#914389.]

-- 
Don Armstrong                      https://www.donarmstrong.com

We have to face the fact that either all of us are going to die
together or we are going to learn to live together and if we are to
live together we have to talk. 
 -- Eleanor Roosevelt

--- End Message ---

Reply to: