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

Reply via email to