The problem is the MySQL database, here is an example.
Create a new database with phpMyAdmin called test
Set the database collation to utf8_unicode_ci
Click create
Now you would think that that the database wa created with utf8_unicode_ci WRONG!
Now click on the top orerations tab and look at the collation on the bottom
it is set to latin1_swedish_ci
To fix it click the dropdown and change it to utf8_unicode_ci and click go.
Problem solved.
InsiteFX
