https://bugs.exim.org/show_bug.cgi?id=2466
Bug ID: 2466
Summary: Case-insensitive Cyrillic YA (Я) not matching
lowercase (Ñ) when in lookahead
Product: PCRE
Version: 10.33 (PCRE2)
Hardware: x86
OS: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Code
Assignee: p...@hermes.cam.ac.uk
Reporter: p...@requinix.net
CC: pcre-dev@exim.org
Forwarding from https://bugs.php.net/bug.php?id=78812
With pcre2test:
re> /Я/i,utf
data> Ñ
0: \x{44f}
data>
re> /(?=Я)/i,utf
data> Ñ
No match
data>
re> /(?=Ð)/i,utf
data> л
0:
--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev