Catalyst-View-TT-ForceUTF8
view release on metacpan or search on metacpan
Revision history for Perl extension Catalyst::View::TT::ForceUTF8.
0.13 Tue Feb 3 14:50:00 2009
- fixed typo on document Not->Now
0.12 Mon Feb 2 16:17:00 2009
- Added description as DEPRECATED.
See Also: http://dev.catalystframework.org/wiki/gettingstarted/tutorialsandhowtos/using_unicode
0.11 Mon Feb 2 10:26:00 2009
- Patch from Larry Leszczynski.
added config value PARSER, PRE_CHOMP, POST_CHOMP.
Thanks to Larry.
0.10 Wed Jan 28 16:23:00 2009
- Patch from Larry Leszczynski.
Now it works with $c->stash->{additional_template_paths}.
Thanks to Larry.
lib/Catalyst/View/TT/ForceUTF8.pm view on Meta::CPAN
package MyApp::View::TT;
use base 'Catalyst::View::TT::ForceUTF8';
=head1 DESCRIPITON
Template View Class with utf8 encoding.
This allows you to prevent publishing garbled result.
Now this module is deprecated.
http://dev.catalystframework.org/wiki/gettingstarted/tutorialsandhowtos/using_unicode
=head1 CONFIG
__PACKAGE__->config(
INCLUDE_PATH => [..],
TIMER => 0,
... # and other View::TT's configuration.
STRICT_CONTENT_TYPE => 1,
DEFAULT_ENCODING => 'utf-8',
);
( run in 0.469 second using v1.01-cache-2.11-cpan-88abd93f124 )