Re: maxdb: Perl + Unicode

2006-02-28 Thread Alexey Gaidukov
As I understood DBI patch will be available in DBI-1.51 http://www.mail-archive.com/dbi-dev@perl.org/msg04290.html -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: maxdb: Perl + Unicode

2006-02-27 Thread Alexey Gaidukov
Hi Sven, This is bug in my patch. I made mistake because in my testcase I have binmode(STDOUT, ":utf8") so I get double UTF8 encoded string in my screen. In new version of the patch I added SvUTF8_on command for column names, table names and cursor names. I tested only column names but in case