I intend to display some Non-English (Hindi) language characters on a PHP page. Things work fine when I hardcode it on the PHP page and use following tag in the php page:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Now I have stored the same characters into MySQL database and both the row & table collation are set to "utf8_unicode_ci"
However the characters are appearing garbled. Any idea what am I missing ?