--- branches/mojo/lib/A3C/Schema.pm 2008/11/01 15:20:43 233 +++ branches/mojo/lib/A3C/Schema.pm 2008/11/01 15:26:48 234 @@ -12,4 +12,6 @@ __PACKAGE__->DBIManager()->add_source($source); +$source->dbh->do( qq{ set client_encoding = 'utf-8' } ) if $dsn =~ /Pg/; + 1;