[Catalyst] utf8 in mysql

Angel Kolev ankolev at gmail.com
Wed Nov 28 18:42:02 GMT 2007


Jonathan Rockway wrote:
> It wasn't actually working, it just appeared to.
>
> The OP is getting a blank screen because he hasn't loaded
> Catalyst::Plugin::Unicode into his app yet.
>
> Regards,
> Jonathan Rockway
>
>   

Thank you very much. The page isnt blank now with:
use Catalyst qw/-Debug
        ConfigLoader
        Static::Simple
        StackTrace
        Unicode #<==
        /;


Because all my temlates, scripts and DB`s are in UTF8, probably i have 
to rewrite my project to be unicode compatible or only DB flow+body text?



More information about the Catalyst mailing list