[pcre-dev] [Bug 2466] New: Case-insensitive Cyrillic YA (Я) …

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2466] New: Case-insensitive Cyrillic YA (Я) not matching lowercase (я) when in lookahead
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: ph10@???
          Reporter: php@???
                CC: pcre-dev@???


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.