
Catalyst::Plugin::Unicode - Unicode aware Catalyst

use Catalyst qw[Unicode];

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

Encodes body into UTF-8 octets.
Decodes parameters into a sequence of logical characters.


Christian Hansen, ch@ngmedia.com Marcus Ramberg, mramberg@pcan.org

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