Github changed pod rendering HTML format

[email protected] (Joaquin Ferrero) Sun, 25 Mar 2012 03:10:39 +0200
Newsgroups perl.documentation
Message-ID <[email protected]>
Hi!.

Today, I saw that Github render iso-8859-1 encoded pod pages with a double utf8 encoding bug.

Example:

	https://github.com/zipf/perldoc-es/blob/master/pod/reviewed/perl.pod

but, one pod utf8 encoded *with* =encoding utf8 tag, renders it well:

	https://github.com/zipf/perldoc-es/blob/master/pod/translated/perl5101delta.pod#___top


¿Will we need to change all POD documentation to utf8, definitely?

-- 
JF^D