bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16867: [bug #37600] grep -w cuts words on non-ascii


From: Paul Eggert
Subject: bug#16867: [bug #37600] grep -w cuts words on non-ascii
Date: Tue, 06 May 2014 00:02:23 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

This is pretty serious:

    $ printf 'p\xc3\xa8re\n' |LC_ALL=en_US.utf8 grep -w p
    père

I installed a fix for this just now. This doesn't fix all of Bug#16867, just this particular issue.

Here's the fix:

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=94555dd281cdcd7530bc2c4466f0bbfd8d47d5c0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]