hey guys.
what's the meaning of this warning in my site validating ?
and how can I solve it ?
What's the meaning of this warning ?
Moderator: General Moderators
What's the meaning of this warning ?
Last edited by Mds on Fri Jul 25, 2008 8:38 am, edited 1 time in total.
- EverLearning
- Forum Contributor
- Posts: 282
- Joined: Sat Feb 23, 2008 3:49 am
- Location: Niš, Serbia
Re: What's the meaning of this warning ?
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.
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 ?
Thank you.
I used phpedit and Dreamweaver CS3
I used phpedit and Dreamweaver CS3