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 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 統一碼 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 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? 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 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. 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
Archived
This topic is now archived and is closed to further replies.