Vit Kos
Vit Kos

Reputation: 5755

MySQL encoding for storing several languages

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

Answers (1)

Vit Kos
Vit Kos

Reputation: 5755

utf8_unicode_ci was the right choice, also as was stated by @eggyal application and MySQL should comunicate using utf8

Upvotes: 1

Related Questions