This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 24 Mar 1999 02:26:38 +0000 (02:26 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 24 Mar 1999 02:26:38 +0000 (02:26 +0000)
commitf96ec2a286b2f6894935f96d87679d41cc20f6f6
tree002a23af520bba4ed5e1d818e62d01cc0b807300
parentcf6cacac241244490f8321a49c06199f86c6f325
fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>

p4raw-id: //depot/perl@3136
regcomp.c
t/pragma/utf8.t [new file with mode: 0755]