Date: Thu, 18 Dec 1997 13:48:26 +0200 (IST) From: Eli Zaretskii To: Vik Heyndrickx cc: djgpp-workers AT delorie DOT com Subject: Re: char != unsigned char... sometimes, sigh In-Reply-To: <34990BDD.885691C2@rug.ac.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 18 Dec 1997, Vik Heyndrickx wrote: > But, since getc is only supposed to be used for text files, which don't > usually contain '\xff' characters, I don't think this is really a > problem. I disagree. `getc' can be (and is) used to read binary files as well; I've seen enough programs which do that. We cannot IMHO live with `getc' that doesn't know how to read 0xff.