bug-grep
[Top][All Lists]
Advanced

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

Re: Bug#624387: [bug #33198] Incorrect bracket expression when parsing i


From: Santiago Ruano Rincón
Subject: Re: Bug#624387: [bug #33198] Incorrect bracket expression when parsing in ru_RU.KOI8-R (Russian locale)
Date: Fri, 03 Jun 2011 10:20:58 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Icedove/3.1.10

On 02/06/11 23:32, Jim Meyering wrote:
> Santiago Ruano Rincón wrote:
>> Follow-up Comment #3, bug #33198 (project grep):
>> It seems the problem is still unsolved. I've tried both, 2.8 and patching 
>> 2.7,
>> but I got the same results. Igor Ladygin confirms this.
>>
>> address@hidden:~$ echo Пример| LC_ALL=ru_RU.KOI8-R grep -qE "[Пп]";
>> echo $?
>> 1
> Here's a slightly better patch.
> The dfa.c diff is the same, but I've corrected the test name
> and added/corrected log comments.
>

It seems to work:

address@hidden:~$ echo Пример| LC_ALL=ru_RU.KOI8-R grep -qE "[Пп]"; echo $?
0
address@hidden:~$ echo Sример| LC_ALL=ru_RU.KOI8-R grep -qE "[Ss]"; echo $?
0

Igor,

I've uploaded a temporal package if you want to try it out:

http://people.debian.org/~santiago/grep/

Cheers!

Santiago



reply via email to

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