パッケージ: libcatalyst-plugin-unicode-perl (0.93-3.1)
libcatalyst-plugin-unicode-perl に関するリンク
Trisquel の資源:
libcatalyst-plugin-unicode-perl ソースパッケージをダウンロード:
- [libcatalyst-plugin-unicode-perl_0.93-3.1.dsc]
- [libcatalyst-plugin-unicode-perl_0.93.orig.tar.gz]
- [libcatalyst-plugin-unicode-perl_0.93-3.1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Damyan Ivanov
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libcatalyst-model-cdbi-crud-perl
- libcatalyst-perl
- libcatalyst-modules-extra-perl
- libcatalyst-plugin-captcha-perl
- libcatalyst-log-log4perl-perl
- libcatalyst-model-dbi-perl
- libcatalyst-plugin-cache-store-fastmmap-perl
- libcatalyst-plugin-authorization-acl-perl
- libcatalyst-plugin-session-perl
- libcatalyst-plugin-authentication-perl
- libcatalyst-plugin-session-store-dbic-perl
Unicode support for Catalyst (old style)
At request time Catalyst::Plugin::Unicode decodes all params from UTF-8 octets into a sequence of logical characters. On response, encodes body into UTF-8 octets.
Note that this plugin tries to autodetect if your response is encoded into characters before trying to encode it into a byte stream. This is *bad* as sometimes it can guess wrongly and cause problems.
As an example, latin1 characters such as é (e-accute) will not actually cause the output to be encoded as utf8.
Using Catalyst::Plugin::Unicode::Encoding (part of Catalyst 5.90042, packaged in libcatalyst-perl) is much more recommended, and that also does additional things (like decoding file upload filenames and request parameters which this plugin does not).
This plugin should be considered deprecated, but is maintained as a large number of applications are using it already.
Catalyst is an elegant Model-View-Controller web application framework written in Perl.
その他の libcatalyst-plugin-unicode-perl 関連パッケージ
|
|
|
-
- dep: libcatalyst-perl (>= 5.70)
- elegant Model-View-Controller Web Application Framework
-
- dep: libmro-compat-perl (>= 0.10)
- mro::* interface compatibility for Perls < 5.9.5
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language