Chinese displaying as "???"

chccie / 2013-01-02 06:45:03   

Is there a way to display Chinese properly in indexhibit? All chinese characters display as "???".

version 2.0.1

arsondpi / 2013-01-02 09:31:15   

Check the collation of your database via phpMyAdmin.
All tables should be set to UTF-8

Chora4_ / 2013-02-25 15:31:17   

hwat kind of UTF-8? I have found on a previous post that it should be utf8_general_ci but it does not seem to have any effect. Can you please suggest me which one it is? there is one called utf8_bin is it that one?

arsondpi / 2013-02-25 16:53:36   

utf8_general_ci will do just fine.
The trick is to change all tables collation - not just the database collation.

This thread has been closed, thank you.