This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make the is_utf8_*() safe for use on invalid utf8 (they now
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 13 Mar 2000 09:57:59 +0000 (09:57 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 13 Mar 2000 09:57:59 +0000 (09:57 +0000)
commit386d01d60781c452398a2c213e241a4169059c2c
tree97a1879303db24b6554877def609633c96dbbcb7
parent959e367355e7dca571e3848d9993f40c66a84fd5
make the is_utf8_*() safe for use on invalid utf8 (they now
return false on such input instead of emitting warnings)

p4raw-id: //depot/perl@5700
embed.h
embed.pl
global.sym
gv.c
objXSUB.h
perlapi.c
pod/perlapi.pod
proto.h
utf8.c