[Catalyst] Re: Catalyst, utf8 in form element type text - Solved

Marius Kjeldahl mariusauto-catalyst at kjeldahl.net
Mon May 5 15:12:53 BST 2008


Problem solved. In my "View" class, like:

package MyApp::View::TT;
use strict; use warnings;
use base 'Catalyst::View::TT';

replace the last line with:

use base 'Catalyst::View::TT::ForceUTF8';

and everything works fine. I guess there was some confusion between 
Template Toolkit and non-utf8 stash strings or similar.

Thanks,

Marius K.




More information about the Catalyst mailing list