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

Página superior
Eliminar este mensaje
Autor: Philip Hazel
Fecha:  
A: Thomas Tempelmann
Cc: pcre-dev
Asunto: 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