Forum Moderators: open

Message Too Old, No Replies

ie6 problem with BOM in UTF-8 error

BOM warning UTF-8

         

javaftper

2:44 pm on Jun 28, 2009 (gmt 0)

10+ Year Member




hi,
i have validated my site with [validator.w3.org...] and i get no errors but i get a warning regarding the use of BOM in UTF-8. i believe this issue is causing display problems in ie6.

can someone explain how to remove the BOM setting?

i have pasted the validator output below-



This document was successfully checked as XHTML 1.0 Transitional!
Result: Passed, 1 warning(s)
Address:
Encoding: utf-8
Doctype: XHTML 1.0 Transitional
Root Element: html
Root Namespace: [w3.org...]
The W3C validators are hosted on server technology donated by HP, and supported by community donations.
Donate and help us build better tools for a better web.
Options
Show Source Show Outline List Messages Sequentially Group Error Messages by Type
Validate error pages Verbose Output Clean up Markup with HTML Tidy

Help on the options is available.
Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

1.

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.

Congratulations


thanks
// j

oluoch28394

3:48 pm on Jun 28, 2009 (gmt 0)

10+ Year Member



try opening your html document with notepad, then click save as, then in the encoding field change encoding to ANSI. This might take care of the error. If you had previously saved with utf-8 encoding some editors put still use BOM.

javaftper

4:25 pm on Jun 28, 2009 (gmt 0)

10+ Year Member



excellent-that fixed it thank you.

i created the site in dreamweaver CS2 so i'll have a look around its save and file type options.

thanks again,
//j