[Catalyst] utf8 in mysql

Angel Kolev ankolev at gmail.com
Wed Nov 28 15:19:13 GMT 2007


Hi all. I have problem when fetch data from mysql. All data is in utf8 
and in my phpmyadmin i can see all chars correctly. I dont know how to 
tell to my model to fetch data in utf8. With standart DBI module i can 
do it with :

$dbh->do("set character set utf8");
$dbh->do("set names utf8");

Can u help me with idea please.
Thanks in advance.



More information about the Catalyst mailing list