This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: In EBCDIC [i-j] exclude also ASCII
authorKarl Williamson <public@khwilliamson.com>
Sat, 6 Apr 2013 18:56:52 +0000 (12:56 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:56:06 +0000 (09:56 -0600)
commit2ca8589c5190f9016bfcdbc996f56ad0b8557fef
tree317f5b4f693d9429ff62160b62ec6ec79bfdd864
parent80e0b38f646b11e453a9c2a9b9246021446ff851
regcomp.c: In EBCDIC [i-j] exclude also ASCII

i and j are not adjacent in EBCDIC.  This excluded any alphabetic
characters between them, but allowed other ascii ones.
regcomp.c
t/re/pat_advanced.t