Mon, 17 Dec 2007
HTML::Template in UTF-8
I use HTML::Template Perl module for some of my projects. There is a minor problem with it, that it does not allow the templates to be stored as UTF-8 encoded files. It treats data as bytes unconditionally, which is a problem with character-oriented processing in Perl.
If anybody is interested, I have created a patch which fixes this problem. The issue is tracked at CPAN and also at SourceForge.