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

2018-03-16 Thread Ruediger Meier
On Wednesday 14 March 2018, Pádraig Brady wrote: > On 13/03/18 17:06, Rafal Luzynski wrote: > > As we have introduced the support of nominative and genitive > > month names in glibc [1] and we are going to provide the updated > > locale data for Catalan language [2] it has been discovered [3] > >

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

2018-03-16 Thread Pádraig Brady
On 14/03/18 15:53, Rafal Luzynski wrote: > 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

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"

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

2018-03-14 Thread Pádraig Brady
On 13/03/18 17:06, Rafal Luzynski wrote: > As we have introduced the support of nominative and genitive > month names in glibc [1] and we are going to provide the updated > locale data for Catalan language [2] it has been discovered [3] > that the current limit of the maximum length of the

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

2018-03-13 Thread Rafal Luzynski
As we have introduced the support of nominative and genitive month names in glibc [1] and we are going to provide the updated locale data for Catalan language [2] it has been discovered [3] that the current limit of the maximum length of the abbreviated month name as displayed by "ls -l" will not