Re: [pcre-dev] issues with EBCDIC and pcretest

Startseite
Nachricht löschen
Autor: Ze'ev Atlas
Datum:  
To: pcre-dev@exim.org
Betreff: 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