Follow-up Comment #1, bug #24821 (project grep):

$ echo $LANG
en_GB.UTF-8
$ /bin/grep -V | head -n 1
GNU grep 2.5.3
$ echo 'oOo' | /bin/grep -i 'o*'
oOo
$ LC_ALL=en_US.UTF-8 echo 'oOo' | LC_ALL=en_US.UTF-8 /bin/grep -i 'o*'
oOo

Cannot reproduce in the latest version of grep. Will build 2.5.1 later and
test.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24821>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to