Autor: ph10 Data: Para: Ze'ev Atlas CC: pcre-dev@exim.org Assunto: Re: [pcre-dev] issues with EBCDIC and pcretest
On Mon, 22 Jun 2015, Ze'ev Atlas wrote:
> Hi PhilipThe \p and \P within a class seem to be resolved
Good!
> Regarding [a-zA-Z] as special cases. I will begin to work on PCRE2 sometime soon (after 10.20 final is out). If you want me to take a look and suggest a patch, I am willing to do so. At least I could try, but it would take time.
Thanks for the offer, but I am planning to take a look at it myself.
> Please see the attached file with two remaining issues that I can see.
> #1 \x41 seems not to be there
I can't see anything wrong. Please check now, and send an example if it
still isn't right.
> #2 The below is still an issue> /[\h]/BZ
> ------------------------------------------------------------------
> Bra
> [\x05\x0b-\x0d\x15\x25 ]
> Ket
> End
> ------------------------------------------------------------------