How to fix "Byte-Order Mark found in UTF-8 File" validation warning

Posted by rsturim on Stack Overflow See other posts from Stack Overflow or by rsturim
Published on 2010-03-31T15:58:13Z Indexed on 2010/03/31 16:13 UTC
Read the original article Hit count: 809

Filed under:
|
|

I've got an xhtml page validating under xhtml strict doctype -- but, I getting this warning which I trying to understand -- and correct.

Just, how do I locate this errant "Byte-Order Mark". I'm editing my file using Visual Studio--not sure if that helps.

Warning Byte-Order Mark found in UTF-8 File.

The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to cause problems for some text editors and older browsers. You may want to consider avoiding its use until it is better supported.

© Stack Overflow or respective owner

Related posts about css

Related posts about html