Auteur: Ze'ev Atlas Date: À: pcre-dev@exim.org Sujet: Re: [pcre-dev] issues with EBCDIC and pcretest
I have to qualify some of my words:
While 0x41 is indeed not in any class that I may have thought about, 0x25, is actually in some.
/[\h]/BZ ------------------------------------------------------------------ Bra [\x05\x0b-\x0d\x15\x25 ] Ket End ------------------------------------------------------------------
/[\v]/BZ ------------------------------------------------------------------ Bra [\x0b-\x0d\x15\x25] Ket End ------------------------------------------------------------------
/\R/SI Capturing subpattern count = 0 No options No first char No need char Subject length lower bound = 1 Starting chars: \x0b \x0c \x0d \x15 \x25
Ze'ev Atlas