What's the meaning of this warning ?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Mds
Forum Contributor
Posts: 110
Joined: Tue Apr 22, 2008 8:56 pm
Contact:

What's the meaning of this warning ?

Post by Mds »

hey guys.
what's the meaning of this warning in my site validating ?
and how can I solve it ?
Last edited by Mds on Fri Jul 25, 2008 8:38 am, edited 1 time in total.
User avatar
EverLearning
Forum Contributor
Posts: 282
Joined: Sat Feb 23, 2008 3:49 am
Location: Niš, Serbia

Re: What's the meaning of this warning ?

Post 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.
User avatar
Mds
Forum Contributor
Posts: 110
Joined: Tue Apr 22, 2008 8:56 pm
Contact:

Re: What's the meaning of this warning ?

Post by Mds »

Thank you.
I used phpedit and Dreamweaver CS3 :roll:
Post Reply