One of the responses to a question I asked yesterday suggested that I should make sure my database can handle UTF-8 characters correctly. How I can do this with MySQL?
Set your database collation to UTF-8 then apply table collation to database default.
database collation
UTF-8
table collation