X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/25b35c3c7403202aae19c4a328f6af4d2aae2e68..f3512450fd55c7bde40576f1afb12096f5ba589e:/doc/bugs/utf8_html_templates.mdwn diff --git a/doc/bugs/utf8_html_templates.mdwn b/doc/bugs/utf8_html_templates.mdwn index 6a3c5661c..a750b23f6 100644 --- a/doc/bugs/utf8_html_templates.mdwn +++ b/doc/bugs/utf8_html_templates.mdwn @@ -14,3 +14,9 @@ A workaround is to change all the template reading code like this: However, this will make ikiwiki slower when rebuilding a wiki, since it won't cache templates. + +Could be approached by using HTML::Template's support for filters. Just make it use a filter that turns on utf-8 + +Or by subclassing it and overriding the \_init\_template method, though that's a bit uglier + +[[bugs/done]]