Bug#720482: grep: improper handling of unicode word boundaries

2014-11-24 Thread Santiago
Control: tags -1 + fixed-in-experimental El 22/08/13 a las 16:41, a...@barak.in escribió: > Package: grep > Version: 2.12-2 > Severity: normal > > Dear Maintainer, > regexp quantifiers \< \> \b \B \w \W give wrong results with unicode > words. > > example: > $ echo "я" | grep -q "\<я"; echo $? >

Bug#720482: grep: improper handling of unicode word boundaries

2013-08-22 Thread alex
Package: grep Version: 2.12-2 Severity: normal Dear Maintainer, regexp quantifiers \< \> \b \B \w \W give wrong results with unicode words. example: $ echo "я" | grep -q "\<я"; echo $? 1 i wrote small test script (see attachm.). it's result: \ \bx x\b x\B \Bx \w \W b: 0 0 0 0 1