Jump to content

[SOLVED] Storing "Non-English" characters under MySQL


paragkalra

Recommended Posts

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 ?

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.