I am currently working with multi-lingual site. In some cases i need to save the other language data in the database. While i did it does not save the actual data what i entered. Instead of it contains "?????????????????????". After that i changed the collation latin1_general_ci into utf8_bin.
Then its working well now.
could anyone explain me the differences between collation available in mysql
Thanks in Advance.
Fero