The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Plugin::Unicode::Encoding - Unicode aware Catalyst

SYNOPSIS

    use Catalyst;

    MyApp->config( encoding => 'UTF-8' ); # A valid Encode encoding

DESCRIPTION

This plugin is automatically loaded by apps. Even though is not a core component yet, it will vanish as soon as the code is fully integrated. For more information, please refer to "ENCODING" in Catalyst.

AUTHORS

Catalyst Contributors, see Catalyst.pm

COPYRIGHT

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.