Is there a way to display Chinese properly in indexhibit? All chinese characters display as "???".
version 2.0.1
Is there a way to display Chinese properly in indexhibit? All chinese characters display as "???".
version 2.0.1
Check the collation of your database via phpMyAdmin.
All tables should be set to UTF-8
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?
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.