Reputation: 5755
I need to store data in my MySQL db in 3 languages : French,Russian and Romanian. What encoding should i use for that? I used utf8_general_ci but i have problems with encoding non-latin letters with it. Thanks.
Upvotes: 1
Views: 378
Reputation: 5755
utf8_unicode_ci was the right choice, also as was stated by @eggyal application and MySQL should comunicate using utf8
Upvotes: 1