------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1554 Summary: support subject strings with invalid UTF-8 sequences Product: PCRE Version: N/A Platform: All OS/Version: All Status: NEW Severity: wishlist Priority: medium Component: Code AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] PCRE should support subject strings with invalid UTF-8 sequences. Such sequences should be regarded as non-matching. This would be useful to grep binary files, such as PDF files, which contain both text and binary data. The current solution is to call pcre_exec between invalid UTF-8 sequences, thus many times on such files, and this is very slow. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
