ikiwiki/IkiWiki
Simon McVittie dd862b4639 Work around XML::Atom strangeness that results in double-encoded posts
See [[bugs/Aggregated_Atom_feeds_are_double-encoded]]. By default,
XML::Atom outputs strings of UTF-8 bytes with the Perl UTF8 flag stripped
off, which IkiWiki assumes to be Latin-1 and re-encodes as UTF-8 on
output. XML::Feed  does not currently (0.41-1) set the magic variable to
change this behaviour (I've filed a bug on CPAN), but IkiWiki can
usefully set the same variable as a workaround.
2009-02-03 19:48:55 +00:00
..
Plugin Work around XML::Atom strangeness that results in double-encoded posts 2009-02-03 19:48:55 +00:00
Setup Avoid feeding decoded unicode to Term::ReadLine 2009-01-18 14:52:49 -05:00
CGI.pm factor out IE stupididy workaround 2009-01-31 19:02:50 -05:00
Receive.pm Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
Render.pm Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
Setup.pm Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
UserInfo.pm remove deprecated admin prefs 2008-12-24 16:16:03 -05:00
Wrapper.pm IkiWiki::Wrapper: allow REDIRECT_STATUS and REDIRECT_URL through from environment 2009-01-31 18:06:44 +00:00