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
AUTHOR
Christian Hansen, ch@ngmedia.com
Marcus Ramberg, mramberg@pcan.org
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.