From: Ævar Arnfjörð Bjarmason Date: Thu, 25 Mar 2010 21:28:20 +0000 (+0000) Subject: Add =encoding utf8 to the 5.12 delta (like the 5.10 delta) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c09249076aba396929bcdb12282c518bc80251c6;p=p5sagit%2Fp5-mst-13.2.git 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. --- diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index ef756bd..0314952 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