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 ? Quote 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 Quote 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 ... Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.