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

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

--- Comment #7 from Philip Hazel <ph10@???> ---
This seems to have been fixed already:

$ ./pcre2test zz
PCRE2 version 10.35-RC1 2019-11-27
/(*UTF)([\p{L}\p{Arabic}]+)/g,utf
lower UPPER
0: lower
1: lower
0: UPPER
1: UPPER
$ ./pcre2test -jit zz
PCRE2 version 10.35-RC1 2019-11-27
/(*UTF)([\p{L}\p{Arabic}]+)/g,utf
lower UPPER
0: lower
1: lower
0: UPPER
1: UPPER
$ pcre2test -jit zz
PCRE2 version 10.34 2019-11-21
/(*UTF)([\p{L}\p{Arabic}]+)/g,utf
lower UPPER
0: lower UPPER
1: lower UPPER

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