URL:
  <http://savannah.gnu.org/bugs/?24438>

                 Summary: echo listen=YES | LC_ALL=en_US.UTF-8 grep -i
listen=YES #not match
                 Project: grep
            Submitted by: None
            Submitted on: Thu Oct  2 23:04:15 2008
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

does not match as expectes, but:

echo listen=yes | LC_ALL=en_US.UTF-8 grep -i listen=YES  #match
echo listen=YES | LC_ALL=en_US.UTF-8 grep listen=YES     #match

and
echo listen=YES | LC_ALL=en_US grep -i listen=YES        #match

I found it because vsftpd was not starting on LC_ALL=pl_PL.UTF-8

All on grep-2.5.3 (Gentoo, amd64 and i386), grep-2.5.1a works right.




    _______________________________________________________

Reply to this item at:

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

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



Reply via email to