GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Catalyst::Plugin::Unicode(3) User Contributed Perl Documentation Catalyst::Plugin::Unicode(3)

Catalyst::Plugin::Unicode - Unicode aware Catalyst (old style)

    # DO NOT USE THIS - Use Catalyst::Plugin::Unicode::Encoding instead
    #                   which is both more correct, and handles more cases.
    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.

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 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.

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

utf8, Catalyst.

Christian Hansen, "<ch@ngmedia.com>"

Marcus Ramberg, "<mramberg@pcan.org>"

Jonathan Rockway "<jrockway@cpan.org>"

Tomas Doran, (t0m) "<bobtfish@bobtfish.net>"

Copyright (c) 2005 - 2009 the Catalyst::Plugin::Unicode "AUTHORS" as listed above.

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

Hey! The above document had some coding errors, which are explained below:
Around line 57:
Non-ASCII character seen before =encoding in 'é'. Assuming UTF-8
2010-03-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.