shane18 Posted March 10, 2010 Share Posted March 10, 2010 I have a web instant messenger... I want to make sure its set for UTF-8 in every way... I have the database/tables/columns set as utf8_unicode_ci, because I heard thats the utf8 collation that is the best when dealing with every language... *correct me if i'm wrong* so that handles the mysql encoding... I have the content type meta tag on all of my pages... so that handles html/css/javascript encoding... i have the SET NAMES 'UTF8' COLLATE 'utf8_unicode_ci' so that handles the php to mysql connection encoding stuff... how do I let the php processor know its handling a utf-8 WITHOUT BOM php file? Basically, fill in anything I need to do to make my site fully UTF-8 and also correct anything i'm doing wrong... and let me know if i'm doing anything unnecessary... -Thanks for any help Link to comment https://forums.phpfreaks.com/topic/194722-utf-8/ Share on other sites More sharing options...
shane18 Posted March 11, 2010 Author Share Posted March 11, 2010 If anything, list the steps you take to make sure your site will run smoothly with UTF-8 in every way please... Link to comment https://forums.phpfreaks.com/topic/194722-utf-8/#findComment-1024959 Share on other sites More sharing options...
shane18 Posted March 12, 2010 Author Share Posted March 12, 2010 bump Link to comment https://forums.phpfreaks.com/topic/194722-utf-8/#findComment-1025302 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.