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)
commit823618650f6b1dfdf623ec8e13b87969c7c3a2f1
tree536572021ea49a478cd8f0a95de96e5eb0074fa6
parent68a9cf1a90f1a8fed74fdd419ad1ec538439e1c8
parent1a115e498b28d40a7e72ff8532a2c6685fa02168
Merge UTF8 pad stuff

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’.