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 $?
>
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
2 matches
Mail list logo