bug#45057: Date has issues with some months in Norwegian

2020-12-06 Thread Odne Hellebø
Thanks for the answer. I'll take more time with info next time. On Sat, 5 Dec 2020 at 21:00, Philip Rowlands wrote: > On Sat, 5 Dec 2020, at 15:00, Odne Hellebø wrote: > > > But this doesn't work for months may, october, and desember > > export LANG=nn_NO.utf8 > > for i in {01..12} > > do > >

bug#45093: Character 149 causing ASCII BEL output to console in Windoze port of Gnu CoreUtils

2020-12-06 Thread Robert S. Kissel
Gentlemen: To reproduce (on Windoze): perl -e "print chr(149)" | head perl -e "print chr(149)" | tail perl -e "print chr(149)" | cat perl -e "print chr(149)" | grep -v abc I'm pretty sure this is a bug in the Windoze port of head and tail, and it is also in grep and probably a number of other pr