404/goto: Fix 404 display of utf-8 pages.
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 14 Dec 2009 23:16:47 +0000 (18:16 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 14 Dec 2009 23:16:47 +0000 (18:16 -0500)
commit2bceb10b5fd06e8e0867cbc6d72a16cbaae35803
treee0ce6d985864e7f1db28c0b795c13b417bd54b9c
parent40078b1781c47228358fd193733d82f0429566eb
404/goto: Fix 404 display of utf-8 pages.

Problem here was that no charset http header was being sent.

I fixed this globally by making cgi_custom_failure send the header.
Required changing its parameters.
IkiWiki/CGI.pm
IkiWiki/Plugin/getsource.pm
IkiWiki/Plugin/goto.pm
debian/changelog