Date: Mon, 23 Apr 2001 13:37:27 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Dennis Yelle cc: djgpp AT delorie DOT com Subject: Re: string can't read certian characters??? In-Reply-To: <3AE31151.6E8D693D@jps.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 22 Apr 2001, Dennis Yelle wrote: > isspace only works for characters in the range 0x00 to 0x7f. In what version of DJGPP? AFAIK, in DJGPP v2.03, isspace works on 8-bit characters as well. If you see problems with that, please post a short C (not C++) program which shows such problems with isspace and characters beyond 0x7f.