Comment 3 for bug 97450

Revision history for this message
ooze (zoe-gauthier) wrote :

Everything works for me, as long as your display preference agrees with the locale setting. If it is reproducible, what specific steps should we take to recreate this bug? I am using bsdmainutils 6.1.10ubuntu3.

Here are the "first_weekday" values for the en, es, fr, and hu locales, where 1 means Sunday, and 2 means Monday :

en_AU:first_weekday 1
en_CA:first_weekday 1
en_DK:first_weekday 2
en_GB:first_weekday 1
en_HK:first_weekday 1
en_IE:first_weekday 2
en_IN:first_weekday 1
en_NZ:first_weekday 1
en_PH:first_weekday 1
en_SG:first_weekday 1
en_US:first_weekday 1
en_ZA:first_weekday 1
es_AR:first_weekday 2
es_BO:first_weekday 2
es_CL:first_weekday 2
es_CO:first_weekday 2
es_CR:first_weekday 1
es_DO:first_weekday 2
es_EC:first_weekday 2
es_ES:first_weekday 2
es_GT:first_weekday 2
es_HN:first_weekday 2
es_MX:first_weekday 2
es_NI:first_weekday 2
es_PA:first_weekday 2
es_PE:first_weekday 2
es_PR:first_weekday 2
es_PY:first_weekday 2
es_SV:first_weekday 2
es_US:first_weekday 1
es_UY:first_weekday 2
es_VE:first_weekday 2
fr_BE:first_weekday 1
fr_CA:first_weekday 1
fr_CH:first_weekday 1
fr_FR:first_weekday 1
fr_LU:first_weekday 1
hu_HU:first_weekday 1

You can check your yourself in the /usr/share/i18n/locales directory. For example, cal outputs the following calendars :

$ LANG=fr_CA.UTF-8 cal
     mars 2009
di lu ma me je ve sa
 1 2 3 4 5 6 7
 8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31

$ LC_TIME=es_ES.UTF-8 cal
     marzo 2009
lu ma mi ju vi sá do
                   1
 2 3 4 5 6 7 8
 9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31