From: Date: June 9 2004 4:05pm Subject: Re: blessing db data as utf8 List-Archive: http://lists.mysql.com/perl/3001 Message-Id: <1086789950.4324.3.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit On Mi, 2004-06-09 at 15:01, Gaal Yahas wrote: > I'm unsure about the best place to do this, but it turns out that DBD::Pg > has addressed the same problem for Postgres as a global perl-dbh switch. Just one comment: A dbh property seems more sensible to me. Perhaps even inherited by the sth. As far as I know it is possible to choose the encoding by table. In other words: It might become important to read different encodings within one transaction. Jochen