Am 09.03.2010 15:32, schrieb Octavian Rasnita: >> appropriate DBD::*/DBIC manpages how to do that) and don't use >> DBIx::Class::UTF8Columns. > > Is this a general recommendation? (For not using DBIx::Class::UTF8Columns)
That's MY general recommendation. ;-) I tried this UTF8Columns a while ago, thinking this would make my programs more portable between different databases. Instead it lead my directly into encoding hell. On the other side MySQL, Postgres and SQLite support options to treat strings as utf8 - and so far this always worked for me (MySQL, SQLite). Bernhard _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
