aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/utf8_html_templates.mdwn
diff options
context:
space:
mode:
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-02 18:05:57 +0000
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-02 18:05:57 +0000
commit48373d7a105d8befdf29e94e96a4e579b16a088f (patch)
tree5b0044d5c4a37b7d4c83929bc04bdfde2b157036 /doc/bugs/utf8_html_templates.mdwn
parentb74ddf69ce8063eecba34bdb3b5de3fd9af97f8b (diff)
downloadikiwiki-48373d7a105d8befdf29e94e96a4e579b16a088f.tar
ikiwiki-48373d7a105d8befdf29e94e96a4e579b16a088f.tar.gz
web commit by joey
Diffstat (limited to 'doc/bugs/utf8_html_templates.mdwn')
-rw-r--r--doc/bugs/utf8_html_templates.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/utf8_html_templates.mdwn b/doc/bugs/utf8_html_templates.mdwn
index 6a3c5661c..b5efe8449 100644
--- a/doc/bugs/utf8_html_templates.mdwn
+++ b/doc/bugs/utf8_html_templates.mdwn
@@ -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.
+
+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