[pcre-dev] [Bug 2527] Incomplete unicode handling in pcre2_…

Página superior
Eliminar este mensaje
Autor: admin
Fecha:  
A: pcre-dev
Asunto: [pcre-dev] [Bug 2527] Incomplete unicode handling in pcre2_substitute when converting to upper/lower case
https://bugs.exim.org/show_bug.cgi?id=2527

--- Comment #5 from Philip Hazel <ph10@???> ---
I have committed (r1224) code that uses Unicode character properties for casing
operations when PCRE2_UCP is set, whether or not PCRE2_UTF is used. This
currently applies only the the interpreter (and substitute), but Zoltan will
update the JIT in due course. Also, I have not yet updated the documentation
(my next task). If you are able to test this code, please do. I think I found
all the relevant places in the code, but it's quite possible I missed
something.

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