Posted by Rik Wasmus on 12/06/07 19:28
On Thu, 06 Dec 2007 20:19:01 +0100, R.A.M. <r_ahimsa_m@poczta.onet.pl> =
wrote:
> Thanks.
> I have checked the output using your program. It contains three =
> additional
> (not occuring in .php nor .inc) bytes (just before "<li>") with decima=
l
> values: 239 187 191 (printable, non-English letters). Where are they =
> from in
> output? How to get rid of them?
As I allready stated in my previous post:
239 187 191 =3D EF BB BF =3D UTF 8 BOM
http://en.wikipedia.org/wiki/Byte_Order_Mark
Teach your favourite editor not to put BOM's in UTF-8 files, they are no=
t =
needed. And indeed, any descent editor will not show these bytes as =
content of a file normally.
-- =
Rik Wasmus
[Back to original message]
|