Message-ID: <3376BE27.4BD6@eik.bme.hu> Date: Mon, 12 May 1997 08:52:23 +0200 From: "Dr. Andras Sólyom" Reply-To: solyom AT eik DOT bme DOT hu MIME-Version: 1.0 To: djgpp Subject: Re: domain of isspace()? References: <33711D51 DOT 430E AT geocities DOT com> <336FBFF9 DOT 63AF AT cs DOT com> <33701CAC DOT 7DE8FB9E AT alcyone DOT com> <3376BDFB DOT 21C2 AT eik DOT bme DOT hu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Precedence: bulk Dr. Andras Sólyom wrote: > > Erik Max Francis wrote: > > > > John M. Aldrich wrote: > > > > > In DJGPP, the ctype functions evaluate to a lookup of an array of > > > flags. You are perfectly safe to call them with any valid char value. The only problem with them is that for some accented characters (code above 128) they give wrong results. Andras