Re: Github changed pod rendering HTML format

2012-06-15 Thread Joaquin Ferrero
El 25/03/12 12:04, Leon Timmermans escribió: On Sun, Mar 25, 2012 at 3:10 AM, Joaquin Ferrero wrote: 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,

Re: Github changed pod rendering HTML format

2012-03-25 Thread Leon Timmermans
On Sun, Mar 25, 2012 at 3:10 AM, Joaquin Ferrero wrote: > 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* =enco

Github changed pod rendering HTML format

2012-03-24 Thread Joaquin Ferrero
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/perl