We currently have about 30 tables that are using latin1_sweedish_ci for their encodings. I realize though that utf8_unicode_ci is a much safer encoding to use, for which I would like to convert all of these tables over to.
My questions are,
- Can I convert all of these tables over to utf8_unicode_ci without causing any data corruption.
- Is there a copelling reason to do this if sweedish has been working fine up till this point?
- Is it okay to start using utf8_unicode_ci on newly created tables?