in reply to Re^3: Need tipps for identifying utf-8 problems with Dancer and MySQL
in thread Need tipps for identifying utf-8 problems with Dancer and MySQL

$dbh->{sqlite_unicode} = 1;

Well yes! That's exactly the answer to my problem. Thank you very much.

That explains why I couldn't find it in perldoc DBD; clearly I was browsing the wrong doc.

  • Comment on Re^4: Need tipps for identifying utf-8 problems with Dancer and MySQL
  • Download Code