https://bugs.exim.org/show_bug.cgi?id=2699
Philip Hazel <Philip.Hazel@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|WONTFIX |INVALID
--- Comment #3 from Philip Hazel <Philip.Hazel@???> ---
Apologies. I took one look at the 8.44 version and sent a stock reply. I don't
think there is a problem, just come confusion because of the numbering. In
pcre2.h we have, for example,
#define PCRE2_ERROR_UTF8_ERR21 (-23)
Notice that UTF-8 error 21 has an actual value of -23. This is because the 21
UTF-8 errors sit within the general negative error values. The first UTF-16
error, which follows, has a value of -24:
#define PCRE2_ERROR_UTF16_ERR1 (-24)
--
You are receiving this mail because:
You are on the CC list for the bug.