On Wed, 22 Oct 2008 14:20:21 +0200
"Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote:

> On Wed, Oct 22, 2008 at 1:57 PM, Florian Klaempfl
> <[EMAIL PROTECTED]> wrote:
> >>
> >>>From what I can gather the following unit seems to have invalid
> >>>UTF-8 characters
> >>   <fpc>/packages/univint/src/MacOSAll.pas
> >
> > What makes you think the file is utf-8 encoded?
> 
> 
> Because Martin Schreiber said so. ;-)  I noticed an issue with his
> MSEide project not being able to open that file. He reported that it's
> an invalid UTF-8 sequence causing the problem. So I assumed the file
> is utf-8 encoded.

AFAIK the original c header files are UTF-8 encoded.
Maybe the translation utility did some conversion.

Lazarus opens it as ISO-8859-1, which allows even some basic editing
without loosing/destroying data.

Mattias
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to