[pcre-dev] [Bug 1669] New: Numeric categories missing matche…

Startseite
Nachricht löschen
Autor: admin
Datum:  
To: pcre-dev
Betreff: [pcre-dev] [Bug 1669] New: Numeric categories missing matches
https://bugs.exim.org/show_bug.cgi?id=1669

            Bug ID: 1669
           Summary: Numeric categories missing matches
           Product: PCRE
           Version: 10.10 (PCRE2)
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: eximbugs.apriori@???
                CC: pcre-dev@???


I’ve noticed that '\p{N}|\p{Nd}|\p{Nl}|\p{No}' doesn’t appear to match some
characters that should be in one of the numeric categories. E. g., ⑤ (category
«other number»), Ⅴ (category «letter number»), ₁ (category «other number») are
not matched.

I’ve tried this both with PCRE and PCRE2 (built with Unicode property support).
In the specs I read that the latest PCRE release is using the Unicode 6.3
tables, so examples above should already have been in there.

I could produce matches for fractions like ½ («other number»), though.

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