[Catalyst] Turning UTF-8 on in myapp.conf - solved

Octavian Rasnita orasnita at gmail.com
Sat Oct 11 08:59:02 BST 2008


I have found how to turn UTF-8 on in myapp.conf:

#MyApp.pm
__PACKAGE__->config(
 'Plugin::ConfigLoader' => {
  driver => {
   General => {-UTF8=> 1},
  },
 },
);

Octavian




More information about the Catalyst mailing list