X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/25b35c3c7403202aae19c4a328f6af4d2aae2e68..e548b0c24575a91ba4678e9cf1b78e02ff15d887:/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]]