Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

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

SYNOPSIS

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 section at 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.