[Dbix-class] Per column filter

Daniel Ruoso daniel at ruoso.com
Thu Jun 18 18:52:52 GMT 2009


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




More information about the DBIx-Class mailing list