]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/utf8_html_templates.mdwn
web commit by http://willu.myopenid.com/: Respond with details of monotone plugin...
[ikiwiki.git] / doc / bugs / utf8_html_templates.mdwn
index 6a3c5661c4b1b572b469c508bdf21d1e200ad1e3..a750b23f6d9e3df779090b0c2e45ba664e2e33de 100644 (file)
@@ -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]]