Package: wnpp Severity: wishlist Owner: Antony Gelberg <[email protected]>
Package name : libcatalyst-plugin-unicode-encoding-perl Version : 1.0 Upstream Authors : Christian Hansen <[email protected]>, Masahiro Chiba, Tomas Dorian <[email protected]> URL : http://search.cpan.org/dist/Catalyst-Plugin-Unicode-Encoding License : GPL / Artistic (as for Perl) Programming Lang: Perl Description : Unicode-aware Catalyst plugin This module provides a simple way of making Catalyst webapps work with Unicode. On request, decodes all parameters from encoding into a sequence of logical characters. On response, encodes body into encoding. use Catalyst qw[Unicode::Encoding]; MyApp->config( encoding => 'UTF-8' ); # A valid Encode encoding -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

