Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

catalyst::plugin::unicode(3pm) [debian man page]

Catalyst::Plugin::Unicode(3pm)				User Contributed Perl Documentation			    Catalyst::Plugin::Unicode(3pm)

NAME
Catalyst::Plugin::Unicode - Unicode aware Catalyst (old style) SYNOPSIS
# DO NOT USE THIS - Use Catalyst::Plugin::Unicode::Encoding instead # which is both more correct, and handles more cases. 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. 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 A~X (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. 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>" Tomas Doran, (t0m) "<bobtfish@bobtfish.net>" COPYRIGHT
Copyright (c) 2005 - 2009 the Catalyst::Plugin::Unicode "AUTHORS" as listed above. LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself. perl v5.14.2 2010-03-17 Catalyst::Plugin::Unicode(3pm)

Check Out this Related Man Page

Catalyst::Manual(3pm)					User Contributed Perl Documentation				     Catalyst::Manual(3pm)

NAME
Catalyst::Manual - The Catalyst developer's manual SYNOPSIS
perldoc Catalyst::Manual::Intro perldoc Catalyst::Manual::Tutorial SEE ALSO
Install Task::Catalyst::Tutorial to install all the dependencies you need to follow along with the Tutorial. You can also refer to Catalyst::Manual::Tutorial::Intro for more information on installation options. Some "Getting Started" Links: o Catalyst::Manual::About o Catalyst::Manual::Intro o Catalyst::Manual::Tutorial o Catalyst::Manual::Actions o Catalyst::Manual::Cookbook o Catalyst::Manual::DevelopmentProcess o Catalyst::Manual::ExtendingCatalyst o Catalyst::Manual::Internals o Catalyst::Manual::Plugins Books For additional information on Catalyst, there are currently two books available: o The Definitive Guide to Catalyst: Writing Extendable, Scalable and Maintainable PerlXBased Web Applications By: Kieren Diment, Matt Trout Available July 12, 2009 ISBN 10: 1-4302-2365-0 ISBN 13: 978-1-4302-2365-8 http://www.apress.com/book/view/9781430223658 o Accelerating Perl Web Application Development By: Jonathan Rockway Published December, 2007 ISBN 10: 1847190952 ISBN 13: 978-1-847190-95-6 http://www.packtpub.com/catalyst-perl-web-application/book AUTHORS
Catalyst Contributors, see Catalyst.pm COPYRIGHT
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-05-03 Catalyst::Manual(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. IP Networking

Cisco Catalyst 1700

Hi, Sorry about the hassle... Does anyone know if the Cisco Catalyst 1700 is stackable, I ckecked in the Cisco home page, bulletins etc. but can't find anything. Thanks in advance (1 Reply)
Discussion started by: guest100
1 Replies

2. Programming

Unicode programing in C

im starting to go a little serious with c, woking in a personal project that will read a xml, which might contain Unicode characters (i know it will on my system, which is set to es_AR.UTF-8) im using mxml, and the documentation says it uses utf8 internally (no worries here). so i need to be... (4 Replies)
Discussion started by: broli
4 Replies

3. Shell Programming and Scripting

Perl script backspace not working for Unicode characters

Hello, My Perl script reads input from stdin and prints it out to stdout. After I read input I use BACKSPACE to erase characters. However BACKSPACE does not work with Unicode characters that are multi-bytes. On screen the character is erased but underneath only one byte is deleted instead of all... (3 Replies)
Discussion started by: tdw
3 Replies

4. IP Networking

WS-C2960S-24PD-L vs WS-C2960S-24PS-L

Does anyone know the noticable different between Catalyst 2960S 24 GigE PoE 370W 2 x 10G SFP+ LAN Base and Catalyst 2960S 24 GigE PoE 370W 4 x SFP LAN Base ? (0 Replies)
Discussion started by: Ayaerlee
0 Replies

5. Shell Programming and Scripting

Perl one liner to extract first three octets of IP Address

Hi I have an inherited perl script that extracts the first three octets of an IP Address using a combination of split() against a dot and then builds it all back together again, its a whole block of code to do this I wondered if anyone had a one liner in their arsenal to extract the first... (7 Replies)
Discussion started by: hcclnoodles
7 Replies

6. UNIX for Advanced & Expert Users

Support for Unicode in GTK2 and GTK3 file selection box?

I'm on Tiny Core Linux Pure64 10.1. My locale is en_US.UTF-8 and I generally have no trouble with Unicode characters with one exception: When I try to use Unicode characters in GTK applications' file selection box, I get "Invalid file name": http://files.dantas.airpost.net/public/save_file.jpg ... (11 Replies)
Discussion started by: DevuanFan
11 Replies