]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by joey
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 2 Jul 2006 18:05:57 +0000 (18:05 +0000)
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 2 Jul 2006 18:05:57 +0000 (18:05 +0000)
doc/bugs/utf8_html_templates.mdwn

index 6a3c5661c4b1b572b469c508bdf21d1e200ad1e3..b5efe84497eff2a9392bab37019f2bf4783a42c6 100644 (file)
@@ -14,3 +14,7 @@ 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.
 
 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
\ No newline at end of file