in reply to Need tipps for identifying utf-8 problems with Dancer and MySQL
For reference: I removed in my development.yml the on_connect_do (which I copied and pasted from somewhere). They contained:
on_connect_do: [ "SET NAMES 'utf8'", "SET CHARACTER SET 'utf8'" ]
Now it seems to work…
|
---|