Page 1 of 1

What's the meaning of this warning ?

Posted: Fri Jul 25, 2008 6:59 am
by Mds
hey guys.
what's the meaning of this warning in my site validating ?
and how can I solve it ?

Re: What's the meaning of this warning ?

Posted: Fri Jul 25, 2008 7:18 am
by EverLearning
Byte_Order_Mark

According to the link above its a thing some of the Windows editors like to do with files encoded in UTF, and can cause problems with some programs in Unix-like systems(compilers, interpreters ...).

What editor are you currently using? Maybe you can change your settings? if not, try finding and using an editor where you can control the exact encoding of your files.

Re: What's the meaning of this warning ?

Posted: Fri Jul 25, 2008 8:04 am
by Mds
Thank you.
I used phpedit and Dreamweaver CS3 :roll: