*** This bug is a duplicate of bug 241990 ***
    https://bugs.launchpad.net/bugs/241990

I should have said that this is a duplicate if and only if the -i
/--ignore-case option is broken when and only when your character
encoding is UTF-8: i.e. if you get the same results as Javier Noval in
bug 241990 comment 2:

    This case fails:
    $ echo Y | LC_ALL=en_US.UTF-8 grep -i '[y]'
    $

    And this one works as expected:
    $ echo Y | LC_ALL=C grep -i '[y]'
    Y
    $

But I’d be surprised if it’s a different bug!

-- 
grep -i does not work on Intrepid
https://bugs.launchpad.net/bugs/244863
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to