This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge UTF8 pad stuff
authorFather Chrysostomos <sprout@cpan.org>
Wed, 13 Jul 2011 04:50:35 +0000 (21:50 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 13 Jul 2011 04:50:35 +0000 (21:50 -0700)
The series of commits in this branch add pad functions to the API and
make the pad fully UTF8-aware.

Previously, ‘use utf8; my $фу’ used to store raw UTF8 bytes in the
pad, without marking them as such.  So things sort of worked ‘by
accident’.


Trivial merge