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.