Comment 2 for bug 97450

Revision history for this message
Erik Iohansson (erjohan-gmail) wrote : It doesn't use locales

Use "cal -m" then it will display mondays as the first day of the week. cal doesnt use locale, so the question is wether it's a good idea to fix this or not. I mean it might break stuff?

ldd /usr/bin/cal
        linux-gate.so.1 => (0xffffe000)
        libncurses.so.5 => /lib/libncurses.so.5 (0xb7f5b000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e11000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7e0c000)
        /lib/ld-linux.so.2 (0xb7fb3000)