Hi, I'm having trouble inserting data that has some utf8 characters mixed in. I am using a postgres 8.1x database and the database was created with utf8 option.
The error I get is: INSERT INTO ... execute failed: ERROR invalid byte sequence for encoding "UTF8". The value it's failing on is "Bjørn Stabell". I looked at the DBIx::Class::UTF8Columns component but I wasn't sure how that could help me or if it could help me. I'm running this under Catalyst and thought I was doing utf8 correctly, based on the (unfortunately few) examples I could find. I'm sure this is something simple I should do but google is not being kind to my inquiries. How have the rest of you been dealing with this? Thanks! John Napiorkowski __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
