I have Movie Titles in Non-English scripts like Hindi, Korean, Japanese which are stored in my MySQL database. However when I do a select query on the table the titles are being displayed as "??"
. Any pointers what might be going wrong?
I checked the Encoding for the database using SHOW VARIABLES LIKE "character\_set\_database";
and it comes to UTF-8
.