[pcre-dev] [Bug 2625] Unexpected caseless matching of ASCII …

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2625] Unexpected caseless matching of ASCII "s" when using "[\x{00FF}-\x{FFEE}]" in UTF-16 text
https://bugs.exim.org/show_bug.cgi?id=2625

--- Comment #5 from Zoltan Herczeg <hzmester@???> ---
I feel this is a non trivial change, and it can be easy done on pattern level.

The issue here is caseless, and you can temporarily disable it:

(?-i:[\x{00FF}-\x{FFEE}])

Or use an assertion on which separates ascii from the rest.

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