2
I see this character in Firebug "."
The character in question "" is the Unicode Character 'ZERO WIDTH NO-BREAK SPACE' (U+FEFF). It may be that you copied it into your code via a copy/paste without realizing it. The fact that it's not visible makes it hard to tell if you're using an editor that displays actual unicode characters.
Just use notepad ++ with encoding UTF-8 without BOM.
Posted on 8:10 AM by Softminer and filed under
PHP
I see this character in Firebug "."
The character in question "" is the Unicode Character 'ZERO WIDTH NO-BREAK SPACE' (U+FEFF). It may be that you copied it into your code via a copy/paste without realizing it. The fact that it's not visible makes it hard to tell if you're using an editor that displays actual unicode characters.
Just use notepad ++ with encoding UTF-8 without BOM.
Post a Comment