This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Having to pull in the whole Encode just to get SvUTF8()
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 14 Jun 2003 09:05:07 +0000 (09:05 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 14 Jun 2003 09:05:07 +0000 (09:05 +0000)
commit8800c35a0a1b4f206c0a9ba7f62bf82cc177d98e
tree0807339b981ee6d680f532b722b26721ce3fb6d5
parent974da8e5aded27d81bcf7d5c0c5998c377065269
Having to pull in the whole Encode just to get SvUTF8()
is a bit too much: introduce utf8::is_utf8().

p4raw-id: //depot/perl@19777
lib/utf8.pm
pod/perluniintro.pod
universal.c