When I upgraded to v1.5.0, I made the mistake of specifying the UTF8 character set for my store/database. I found this link that worked for me.

The code provided created the list of SQL statements that were necessary to convert my database's data from one encoding to another, which I then ran through phpMyAdmin.

I'm all good, back to latin1!