Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!mcsun!hp4nl!star.cs.vu.nl!ast From: ast@cs.vu.nl (Andy Tanenbaum) Newsgroups: comp.os.minix Subject: Re: Where is isascii(c)? Keywords: 1.5.0 isascii() ctype.h Message-ID: <5257@star.cs.vu.nl> Date: 1 Feb 90 11:15:29 GMT References: <589@loft386.UUCP> <592@loft386.UUCP> <23330@princeton.Princeton.EDU> <2289@psueea.UUCP> <596@loft386.UUCP> <2300@psueea.UUCP> Sender: news@cs.vu.nl Organization: Fac. Wiskunde & Informatica, VU, Amsterdam Lines: 10 In article <2300@psueea.UUCP> kirkenda@eecs.UUCP (Steve Kirkendall) writes: >The Minix macros are only defined for values over the range [-1,127]. >According to the definition you've quoted, they should be defined over the >range [-1,255] for the Minix compilers. We have to extend the _ctype[] array. If ANSI requires the range 0-255, I'll do it. What section of the draft standard specifies that one has to handle 128-255? What values should one put in the table above 127? All 0s? Andy Tanenbaum (ast@cs.vu.nl)