On Thu, Apr 15, 2010 at 08:38, Nick Wellnhofer <[email protected]> wrote: > On 15.04.2010 06:25, fREW Schmidt wrote: >> IIRC ForceUTF8 actually hasn't worked at all for the past 4 years. If >> you think it does, check again. > > It has always worked for me. I also read the warning in UTF8Columns.pm > that claims that ResultSet/create doesn't send encoded values to the DB. > But I can't confirm that. I get properly encoded values.
Likely because you're using a database that actually supports UTF8 properly. Try removing UTF8Columns and see what happens. > OTOH, it looks like I can simply use an old version of UTF8Columns if > you decide to remove it. That option is always available. :) Rob _______________________________________________ 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]
