Conrad
Conrad

Reputation: 11

the dreaded UTF-8 BOM

I read your answer to reformat php files used by includes and it did remove the problem. My question is we are working on a web site that needs to display different laguages, will this be a problem?

Thanks Conrad

Upvotes: 0

Views: 272

Answers (1)

Victor Nicollet
Victor Nicollet

Reputation: 24577

The BOM is not necessary in UTF-8. It can be safely removed from your PHP scripts without losing UTF-8 support.

Upvotes: 4

Related Questions