paragkalra Posted January 23, 2009 Share Posted January 23, 2009 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 ? Link to comment https://forums.phpfreaks.com/topic/142116-solved-storing-non-english-characters-under-mysql/ Share on other sites More sharing options...
effigy Posted January 23, 2009 Share Posted January 23, 2009 http://www.phpfreaks.com/forums/index.php/topic,190618.msg855845.html#msg855845 Link to comment https://forums.phpfreaks.com/topic/142116-solved-storing-non-english-characters-under-mysql/#findComment-744336 Share on other sites More sharing options...
paragkalra Posted January 24, 2009 Author Share Posted January 24, 2009 Thanks ... It worked ... Link to comment https://forums.phpfreaks.com/topic/142116-solved-storing-non-english-characters-under-mysql/#findComment-745130 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.