Em Qui, 2009-06-18 às 13:18 +0100, Pedro Melo escreveu: > I'm wrapping DBIx::Class over a legacy database that uses the > iso-8859-1 charset internally. My app expects all perl strings as utf8.
I think you could consider changing the encoding of the DB connection, before trying to do that as inflate/deflate. It's the responsability of the driver to get the strings correct inside Perl. daniel _______________________________________________ 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]
