This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
68a9cf1
1a115e4
)
Merge UTF8 pad stuff
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 13 Jul 2011 04:50:35 +0000
(21:50 -0700)
committer
Father 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