hamza Posted May 24, 2010 Share Posted May 24, 2010 hi i am working on a website where i need to store english & chines. so plz tell me which supporting character set let me do that. advance thanks hamzakhan regards Quote Link to comment https://forums.phpfreaks.com/topic/202735-english-chines-supporting-character-set/ Share on other sites More sharing options...
Mchl Posted May 24, 2010 Share Posted May 24, 2010 Unicode 統一碼 Quote Link to comment https://forums.phpfreaks.com/topic/202735-english-chines-supporting-character-set/#findComment-1062588 Share on other sites More sharing options...
hamza Posted May 24, 2010 Author Share Posted May 24, 2010 Unicode 統一碼 i am using mysql. with db engine myisam and created database with unicode. and also created table and tried to store chines character 統一碼 but showing squares in db table. plz helo me Quote Link to comment https://forums.phpfreaks.com/topic/202735-english-chines-supporting-character-set/#findComment-1062599 Share on other sites More sharing options...
Mchl Posted May 24, 2010 Share Posted May 24, 2010 Did you use utf-8 as table/column encoding? Did you use utf-8 as script encoding? Did you use utf-8 as script-database connection encoding? Quote Link to comment https://forums.phpfreaks.com/topic/202735-english-chines-supporting-character-set/#findComment-1062634 Share on other sites More sharing options...
hamza Posted June 9, 2010 Author Share Posted June 9, 2010 Did you use utf-8 as table/column encoding? Did you use utf-8 as script encoding? Did you use utf-8 as script-database connection encoding? my problem is solved not using this but i had used unicode_Ci for connection , database , table , column Quote Link to comment https://forums.phpfreaks.com/topic/202735-english-chines-supporting-character-set/#findComment-1069949 Share on other sites More sharing options...
Mchl Posted June 9, 2010 Share Posted June 9, 2010 my problem is solved not using this but i had used unicode_Ci for connection , database , table , column Which happens to be one of several available collations for utf-8. Quote Link to comment https://forums.phpfreaks.com/topic/202735-english-chines-supporting-character-set/#findComment-1069971 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.