NAME
Kwiki::Template::TT2::UTF8 - UTF8 safe Kwiki Template Toolkit Class
INSTALLATION
Edit your config.yaml, and put this line into it:
template_class: Kwiki::Template::TT2::UTF8
Then, do a 'kwiki -update'.
DESCRIPTION
This module provide a Template::Providor hack to deal with UTF8 characters in templates. With the base class any non-ASCII characters would be encoded to utf8 as latin-1, which means Kanji characters will be split into byes, and displaied corruptly.
This module is not a Kwiki plugin, therefore it's useless to edit the plugins
file.
AUTHOR
Kang-min Liu <gugod@gugod.org>