I wrote: > > echo "A" | LC_ALL=C grep -i "[a]" > > works as expected > > > > echo "A" | LC_ALL=en_US.UTF-8 grep -i "[a]" > > does not work
Tim wrote: > Works fine on Fedora Core 4. OK, this was with sed 4.1.4 on SUSE Linux 10.0, I could have reported this earlier, sorry.
