Rommeo Posted February 25, 2011 Share Posted February 25, 2011 I m building a multilanguage website. So the usernames can be in any language like : Tommy (english ) Räikkönen ( german ) χαίρετε ( greek ) uçaş ( turkish ) *I ll add "search by username" option ( in username's languages, the users may write "χαίρετε" and find the user "χαίρετε" ) I m planning to use utf8_unicode_ci, would I face any kind of problems ? or should I use different tables like utf8_english_ci, utf8_greek_ci, utf8_turkish_ci and while in searching mode, I should search in 4 different user tables ? I m open to any suggestion for this kind of tables before I start coding Quote Link to comment https://forums.phpfreaks.com/topic/228844-multilanguage-table/ Share on other sites More sharing options...
fenway Posted February 26, 2011 Share Posted February 26, 2011 You should find the one that encompasses all possible user input. Quote Link to comment https://forums.phpfreaks.com/topic/228844-multilanguage-table/#findComment-1180138 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.