Re: [pcre-dev] Getting crash when searching binary data with…

Αρχική Σελίδα
Delete this message
Συντάκτης: Philip Hazel
Ημερομηνία:  
Προς: Thomas Tempelmann
Υ/ο: pcre-dev
Αντικείμενο: Re: [pcre-dev] Getting crash when searching binary data with case-insensitive option
This is just a quick reply (sorry, out of time to reply in detail). You are
indeed not doing this quite right. Search the PCRE2 documents for

PCRE2_MATCH_INVALID_UTF

This option forces PCRE2_UTF and also enables support for matching by
pcre2_match() in subject strings that contain invalid UTF sequences.

Regards,
Philip