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

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[email protected]

Reply via email to