[Dbix-class] Unicode conversion problems
piotr pogorzelski
pp at webtel.pl
Tue Jul 6 09:11:23 GMT 2010
hi,
check mysql server settings, default character set, database charset,
table charet, client connection charset. if not ,set all to utf8.
after modifying mysql server settings, reinitialize database
use --default-character-set option when using mysql client to be
sure how data are loaded (locale settings, etc.).
if data in database are entered by html form, check form's character set
attribute.
use Devel::Peek to check internal representation of perl variables.
use 'use utf8 ' if your perl scripts are encoded in utf8.
hope it helps :)
--
regards
piotr
More information about the DBIx-Class
mailing list