[pcre-dev] [Bug 2642] Searching with PCRE2_MATCH_INVALID_UTF…

Página superior
Eliminar este mensaje
Autor: admin
Fecha:  
A: pcre-dev
Asunto: [pcre-dev] [Bug 2642] Searching with PCRE2_MATCH_INVALID_UTF and PCRE2_CASELESS not working in binary files
https://bugs.exim.org/show_bug.cgi?id=2642

Petr Pisar <ppisar@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://lists.exim.org/lurk
                   |                            |er/thread/20200915.093723.9
                   |                            |006a16a.en.html
                 CC|                            |ppisar@???


--- Comment #1 from Petr Pisar <ppisar@???> ---
A minimal reproducer:

$ printf '%s\n%s\n' '/A/utf,match_invalid_utf,caseless' "\xe5"'A' | pcre2test
PCRE2 version 10.35 2020-05-09
/A/utf,match_invalid_utf,caseless
\xe5A
No match

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