Catalyst::Plugin::Unicode.3pm

Langue: en

Autres versions - même langue

Version: 2007-09-25 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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.