bug-grep
[Top][All Lists]
Advanced

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

Re: [PATCH 0/2] Set PCRE_UTF8 flag correctly for UTF-8 locales


From: Paolo Bonzini
Subject: Re: [PATCH 0/2] Set PCRE_UTF8 flag correctly for UTF-8 locales
Date: Wed, 03 Oct 2012 12:13:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

Il 03/10/2012 12:10, Jim Meyering ha scritto:
> 
> -echo '$' | LC_ALL=en_US.UTF-8 grep -qP '\p{S}' || exit 77
> +echo '$' | LC_ALL=en_US.UTF-8 grep -qP '\p{S}' \
> +  || skip_ 'PCRE support is compiled out'

... or PCRE does not support properties.

Paolo



reply via email to

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