Re: [pcre-dev] Fix for newline error

Top Page
Delete this message
Author: Sheri
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] Fix for newline error
On 9/18/2011 10:31 AM, Philip Hazel wrote:
> On Sun, 18 Sep 2011, Sheri wrote:
>
>> I think that could be easily fixed in the CMakeLists.txt file, but should the
>> building of the pcre_jit_test program be excluded in the absense of utf8
>> support?
> Yes, I'm afraid it should. The pcre_jit_test program currently expects
> UTF-8 support to be available. Zoltan knows about this, but at the
> moment wants to concentrate on fixing bugs.
>
> Philip
>


With both utf8 and ucp support, pcre_jit_test has no exceptions.

But when built without ucp support, although it reports 89% success
there appear to be some unexpected results from pcre_jit_test. For
example (among others):

Cannot compile pattern: \B
Cannot compile pattern: \b
Cannot compile pattern: [^b-d^&\s]{3,}

Regards,
Sheri