diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-02 19:06:08 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-02 19:06:08 +0000 |
commit | d1d212203c72072d9a42f66c171dc6be83225894 (patch) | |
tree | 5f640f3954402d5c94f596e41fb2856d68683f5c /doc/bugs | |
parent | 2ed1419c1d469a3e018c2607ba47da525d97fa3a (diff) |
* Centralised all calls to HTML::Template and force all the templates
to be read as utf8.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/utf8_html_templates.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/utf8_html_templates.mdwn b/doc/bugs/utf8_html_templates.mdwn index 5d7ea836b..a750b23f6 100644 --- a/doc/bugs/utf8_html_templates.mdwn +++ b/doc/bugs/utf8_html_templates.mdwn @@ -17,4 +17,6 @@ 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 +Or by subclassing it and overriding the \_init\_template method, though that's a bit uglier + +[[bugs/done]] |