bug-gnustep
[Top][All Lists]
Advanced

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

Re: ANN: GNUstep base/make Version 1.7.4


From: Yen-Ju Chen
Subject: Re: ANN: GNUstep base/make Version 1.7.4
Date: Fri, 19 Sep 2003 23:19:30 -0400




From: Adam Fedor <fedor@doc.com>
To: Yen-Ju Chen <yjchenx@hotmail.com>
CC: "bug-gnustep@gnu.org" <bug-gnustep@gnu.org>
Subject: Re: ANN: GNUstep base/make Version 1.7.4
Date: 19 Sep 2003 20:42:19 -0600

On Wed, 2003-09-17 at 09:21, Yen-Ju Chen wrote:

Maybe I understand, but I think the else clause is for both eIn=YES and
eIn=NO, so perhaps it should be this?


 The else clause is for eOut:

 if (eOut == YES) { ... }
 else
  {
    /* The code I think need to be fixed */
 }

 But eOut and eIn can't exist at the same time
 (I don't think anyone use "-EscapeIn yes -EscapeOut yes"),
 therefore the else clause work only for eIn == YES.
 For the (eIn == yes) case ("-EscapeIn yes"),
 it should always write the file using default C string,
 which is iEnc, not oEnc.

 Yen-Ju



<< cvtenc.patch >>

_________________________________________________________________
Share your photos without swamping your Inbox. Get Hotmail Extra Storage today! http://join.msn.com/?PAGE=features/es





reply via email to

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