Those are the bytes of a BOM -- and what they would look like if it was not
detected as UTF-8 (which is not an issue in IE, by your own admission).
If you are combining files in something and no one is removing the
superfluous BOM then make sure you see it with a font that recognizes it is
a ZERO WIDTH NO BREAK SPACE. I know that it can read Unicode in UTF-8 (since
you claim there are many international characters in the file?).
In other words, everything you have discussed so far should have no problem.
Eventually you masy need to ask the question a more relevant forum for the
the responsible technology (PHP?).
--
MichKa [MS]
NLS Collation/Locale/Keyboard Technical Lead
Globalization Infrastructure and Font Technologies
Windows International Division
This posting is provided "AS IS" with
no warranties, and confers no rights.
[quoted text, click to view] "aa" <aa@virgin.net> wrote in message
news:#zvFFNTqEHA.1952@TK2MSFTNGP12.phx.gbl...
> Thanks,
> right-clicking --> encoding shows Unicode (UTF-8)
> However the file in question is a PHP file wich includes another PHP
UTF-8
> files at the very begining ising the PHP operator include.
> That second file, I guess, has its own BOF which is located somewhere
after
> the first BOF, which might render it visible in the browser
> In a non-Unicode text editor this shows up as 
>
> Some time ago I run across similat problem with ASP, but cannot remember
how
> I got round it.
>
> "Michael (michka) Kaplan [MS]" <michkap@online.microsoft.com> wrote in
> message news:%23o9vDtKqEHA.556@TK2MSFTNGP11.phx.gbl...
> > The BOM is not visible in Internet Explorer any time that either:
> >
> > a) IE recognizes the file format (which is to say, usually), or
> >
> > b) the code point is in the font as a ZERO WIDTH NO BREAK SPACE (which
is
> > again to say, usually)
> >
> > You can try right-clicking on the page and verifying the encoding in the
> > [unlikely] event that both (A) and (B) are not true.
> >
> >
> > --
> > MichKa [MS]
> > NLS Collation/Locale/Keyboard Development
> > Globalization Infrastructure and Font Technologies
> > Windows International Division
> >
> > This posting is provided "AS IS" with
> > no warranties, and confers no rights.
> >
> >
> > "aa" <aa@virgin.net> wrote in message
> > news:O9X$LnJqEHA.1576@TK2MSFTNGP12.phx.gbl...
> > > I have a utf-8 PHP file handled with Notapad (w2k), which suddenly
> started
> > > showing a gap at the top of the IE6 screen.
> > > Viewing the source code via View-Source shows a square it the
beginning
> of
> > > the file, which, I guess, is BOM
> > > How do I remove it?
> > >
> > >
> >
> >
>
>