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
Reaction::Manual::Unicode(3) User Contributed Perl Documentation Reaction::Manual::Unicode(3)

Reaction::Manual::Unicode - Unicode support in Reaction

This document gives you notes about using Unicode in Reaction.

Catalyst has a plugin which is named Catalyst::Plugin::Unicode, It decodes the request parameters to utf8 when preparing parameters, and decodes the response body after the request is finalized. Since, Reaction uses utf8 by default, and does this already. So, you should avoid using the Catalyst::Plugin::Unicode.

LayoutSet files MUST be in utf8, since ASCII is a subset of utf8, You don't need to worry about anything if you are using plain ASCII. But people who uses CJK, must be sure to configure your editors to save files in utf8.

If you don't see the correct result. Be sure to double check the database related configuration (connecting parameter or database server side config for example). Database MUST be configured to use utf8. Reaction won't decode or encode anything. It just return the data as it is from database.

  • Reaction::Manual
  • utf8

See Reaction::Class for authors.

See Reaction::Class for the license.
2010-10-30 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.