[pcre-dev] [Bug 2432] Fail with Unicode character scripts wh…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2432] Fail with Unicode character scripts when JIT is enabled
https://bugs.exim.org/show_bug.cgi?id=2432

Zoltan Herczeg <hzmester@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmester@???


--- Comment #1 from Zoltan Herczeg <hzmester@???> ---
Thank you for the report.

./pcre2test -jit
PCRE2 version 10.34-RC1 2019-04-22
re> ~[\pL\p{Cyrillic}]~
data> test

0: t

It seems this is fixed. Please check the latest SVN whether it works for you:

svn://vcs.exim.org/pcre2/code/trunk

At the moment I don't have time to bisect the exact revision.

One more note is that your test does not use UTF because it is not enabled.
Although it works here with UTF as well:

./pcre2test -jit
PCRE2 version 10.34-RC1 2019-04-22
re> ~[\pL\p{Cyrillic}]~utf
data> test

0: t

--
You are receiving this mail because:
You are on the CC list for the bug.