On 15.04.2010 14:43, Peter Rabbitson wrote: > We are not removing it, but it does not work *today* and there are no plans > to fix it. As a very simple test look at the output of DBIC_TRACE and see > what is actually sent to the database (you'll find it is not bytes but pure > unicode). The only thing that made things work for you is that the database > somehow knew what do to with the unicode. In which case it is very possible > you do not even need UTF8Columns.
Thanks for the clarification. I just found out that it works for me because I only send strings to the database that are already in Perl's internal UTF8 format. So I only need UTF8Columns in order to set the UTF8 flag on strings I read from the database. Nick -- aevum gmbh rumfordstr. 4 80469 münchen germany tel: +49 89 3838 0653 http://aevum.de/ _______________________________________________ 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]
