Template-Provider-Unicode-Japanese
view release on metacpan or search on metacpan
lib/Template/Provider/Unicode/Japanese.pm view on Meta::CPAN
or
$Template::Config::PROVIDER = 'Template::Provider::Unicode::Japanese';
=head1 DESCRIPTION
If the utf8 flag is different between the template and
the string inserted(such as [% var %]), the output will be unreadable.
We should make all of them utf8 flagged.
However, Template::Provider::_decode_unicode decode only data with BOM.
This provider makes all templates utf8 flagged by Unicode::Japanese.
=head1 SUBROUTINES/METHODS
=head2 _load(@)
It decode the template to utf8.
=head1 DIAGNOSTICS
( run in 0.276 second using v1.01-cache-2.11-cpan-131fc08a04b )