[Catalyst] utf8 in mysql

Angel Kolev ankolev at gmail.com
Wed Nov 28 16:32:16 GMT 2007


When i use "mysql_enable_utf8 => 1" the page in my browser is blank. It 
works for me only without this option.
Thank you for the link.

Jonathan Rockway wrote:
> Actually, this error message means that mysql is correctly giving you
> utf8.  You *need* to have mysql_enable_utf8 => 1!  
>
> You also need to load Catalyst::Plugin::Unicode to encode the characters
> that your application generates to octets that can be transferred over
> the network.  Once you do that, your app will be correct.
>
> Please read:
>
> http://catalyst.perl.org/calendar/2006/21
>
> Regards,
> Jonathan Rockway
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
>   




More information about the Catalyst mailing list