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.
>>
>> santiago@nomada:~$ 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:

santiago@nomada:~$ echo Пример| LC_ALL=ru_RU.KOI8-R grep -qE "[Пп]"; echo $?
0
santiago@nomada:~$ 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



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to