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.