I've a Mysql Db and some tables. I'd like my App could store strings of multi world languages like: german, english, japanese, chinese.
My questions are:
Is utf8_unicode_ci suitable to store strings in european lang, japanese, chinese etc ?
What I have to do in PHP to store correctly strings in Mysql ? Is there some command to use before Insert/Update data in my DB ?
Thanks