Jump to content

UTF-8


shane18

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.