If you have changed the collation of your database tables but did not change the default value for your database, the AUT tables / fields will be created with the DB default (most likely latin1_swedish_ci).
You'll need to use phpMyAdmin or a similar tool to inspect the collation of your tables and ensure that not only the default value for your database is set correctly, but that all tables and columns generated by modifications have been edited to your new collation.
Fillip
|