Re: [PATCH] tests: use printf, not echo in init.sh's warn_ function

2011-06-15 Thread Jim Meyering
James Youngman wrote: I'd doubt that there are gnulib tests for which this will really make a difference, but There is none in coreutils, but there *are* tests there that set IFS. Just none that use these relatively new functions in an affected scope. ( IFS=' '; printf '%s\n' $*; ) is

bug#8871: Bug with sort -i ?

2011-06-15 Thread Al Bogner
Hi, this looks like a bug for me: var=φθινόπωρο,κισσός,Φύλλο echo $var | sed -e 's/.*/\L/' -e 's/,/_/g' | tr '_' '\n' | \ sort -f -u κισσός φθινόπωρο φύλλο echo $var | sed -e 's/.*/\L/' -e 's/,/_/g' | tr '_' '\n' | \ sort -f -i -u φθινόπωρο Al

bug#8871: Bug with sort -i ?

2011-06-15 Thread Eric Blake
[re-adding the list] On 06/15/2011 03:28 PM, Al Bogner wrote: When all of the bytes are ignored as non-printable, then all three lines are identical, hence -u prints only one line. Ok and thanks. I had a different understanding of non-printable. Non-printable translates to whether