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 开发者_StackOverflow社区different laguages, will this be a problem?
Thanks Conrad
The BOM is not necessary in UTF-8. It can be safely removed from your PHP scripts without losing UTF-8 support.
精彩评论