Subject: | Failing tests in non fr_CH.UTF-8 locale (first day of week issue) |
HTML::CalendarMonth fails tests in Ubuntu 10.04 / perl 5.12.1 (compiled
with -Dusethreads) / fr_CH.UTF-8 locale system. Looking at this month
output, you can see the headers are shifted correctly but not the days
themselves.
# Failed test '(2010/09 Sun 1st day) using cal'
# got:
September 2010
Sun Mon Tue Wed Thu Fri Sat
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
# expected:
September 2010
Sun Mon Tue Wed Thu Fri Sat
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
# Failed test '(2010/09 Mon 1st day) using cal'
# got:
September 2010
Mon Tue Wed Thu Fri Sat Sun
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
# expected:
September 2010
Mon Tue Wed Thu Fri Sat Sun
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
The full log with output of the locale command is in attachment.
Subject: | error.log |
Message body is not shown because it is too large.