[Templates] Plugins and Unicode confusion
Tatsuhiko Miyagawa
miyagawa@gmail.com
Thu, 16 Feb 2006 12:40:54 -0800
On 2/16/06, Bernhard Graf <tt@augensalat.de> wrote:
> I got this reply by PM - think it is OK to post it on the list:
D'oh. sorry.
> Why does the expansion into UTF-8 (and maybe other encodings) fail, when
> all components on their do it right?
Actually, if your template file is Unicode flagged, (which is possible
by adding BOM to your template head, or using
Template::Provider::Encoding module on CPAN) your latin-1 string is
automatically upgraded to UTF-8.
That's really annoying for non latin-1 users though, and that's why I
inveneted Template::Provider::Encoding module and stuff like that.
--
Tatsuhiko Miyagawa