Template-Plugin-Decode
view release on metacpan or search on metacpan
lib/Template/Plugin/Decode.pm view on Meta::CPAN
=head1 NOTE
I guess you often see scrambled results, when you use TT2 with
templates and embedded parameters including utf-8 multibyte characters.
That's because it combines decoded string(Perl inner format) and undecoded one.
To prevent it, use this module.
This is a one of solutions for this problem.
Use utf-8 template files with BOM and decode parameters that are embedded into it,
and you'll never seen garbled text.
=head1 AUTHOR
Lyo Kato E<lt>kato@lost-season.jpE<gt>
=head1 SEE ALSO
L<Template>
( run in 0.889 second using v1.01-cache-2.11-cpan-131fc08a04b )