diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2010-03-25 21:28:20 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-27 12:16:04 -0400 |
commit | c09249076aba396929bcdb12282c518bc80251c6 (patch) | |
tree | baec04244ca3938e0a375a7508701c597c02cf10 /pod | |
parent | 0c359e6f1f1b2532c7bc7180d33870b48256aaff (diff) | |
download | perl-c09249076aba396929bcdb12282c518bc80251c6.tar.gz |
Add =encoding utf8 to the 5.12 delta (like the 5.10 delta)
Without specifying =encoding POD converters would produce strings like
"Ævar" from the source "Ævar". This affected the Acknowledgements
section where several non-ASCII names were present.
Tested by checking if search.cpan.org screwed up non-ASCII characters
in the 5.10 delta, it didn't.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5120delta.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index ef756bd5aa..03149525fa 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -1,3 +1,5 @@ +=encoding utf8 + =head1 NAME perl5120delta - what is new for perl v5.12.0 |