bug#19856:

2018-03-06 Thread Rafal Luzynski
I think I have good news for you. The roots of this bug are in glibc project, this bug: https://sourceware.org/bugzilla/show_bug.cgi?id=10871 It has been fixed now. But coreutils and date command line utility does not use strftime() from glibc directly. Instead it uses fprintftime() from Gnulib.

bug#22183: date returns incorrect string for Wednesday in Marathi

2018-03-13 Thread Rafal Luzynski
Indeed, it was a bug in glibc locale data [1] and has been fixed [2] in version 2.17. If you mention Fedora the fix has been included in Fedora 19. Please close this bug report, it was not a coreutils issue and it has been fixed 5.5 years ago. Regards, Rafal [1] https://sourceware.org/bugzilla/s

bug#30814: Please increase the value of MAX_MON_WIDTH in ls.c

2018-03-13 Thread Rafal Luzynski
same bug report that there should be no additional limit for the month length. This bug may be related with the coreutils bug #29377. [5] Regards, Rafal Luzynski [1] https://sourceware.org/bugzilla/show_bug.cgi?id=10871 [2] https://sourceware.org/bugzilla/show_bug.cgi?id=22848 [3] https

bug#30814: Please increase the value of MAX_MON_WIDTH in ls.c

2018-03-14 Thread Rafal Luzynski
14.03.2018 19:40 Pádraig Brady wrote: > [...] > One can browse the abbreviations by length using: > > locale -a | grep utf8 | > while read l; do LC_ALL=$l locale abmon; done | > tr ';' '\n' | sort -u | grep '.\{5,\}' | > while read mon; do > printf '%02d %s\n' "$(echo "$mon" | wc -L)" "$mon" > don