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

NAME

Catalyst::Plugin::Unicode - Unicode aware Catalyst

SYNOPSIS

    use Catalyst qw[Unicode];

DESCRIPTION

On request, decodes all params from UTF-8 octets into a sequence of logical characters. On response, encodes body into UTF-8 octets.

OVERLOADED METHODS

finalize

Encodes body into UTF-8 octets.

prepare_parameters

Decodes parameters into a sequence of logical characters.

SEE ALSO

utf8, Catalyst.

AUTHORS

Christian Hansen, <ch@ngmedia.com>

Marcus Ramberg, <mramberg@pcan.org>

Jonathan Rockway <jrockway@cpan.org>

LICENSE

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