discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re[2]: Log Bug ?


From: Pete French
Subject: Re: Re[2]: Log Bug ?
Date: Mon, 18 Mar 2002 19:56:25 +0000

> create a zz3 file like this:
>         {
>                 "\U00e9" =3D "\U00e9";
>         }

Umm - isnt that correct behaviour ? Your string contained two "E9" characters
which are ourside the 7 bit ASCII range. So the only way to put them portably
into the file is as abolve using \U. Or else you might expect it to write
the file in UTF-8 and put bytes C3 A9 into the file. The one thing it
should never do is to put the byte E9 into the file on its own, as UNIX
files are untyped byte streams.

-bat.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]