Re: ---What this mean

From: pete (pfiland_at_mindspring.com)
Date: 03/23/04


Date: Tue, 23 Mar 2004 12:07:44 GMT

Irrwahn Grausewitz wrote:
 
> I can't find a guarantee in the standard that all white space
> characters have positive values (plain char might be signed).

N869
7.4 Character handling <ctype.h>
       In all cases the
       argument is an int, the value of which shall be
       representable as an unsigned char or shall equal the value
       of the macro EOF. If the argument has any other value, the
       behavior is undefined.

Negative values aren't representable as unsigned char.

-- 
pete


Relevant Pages

  • Javac-compilor error
    ... discipline id.e.programming Java. ... from standard input and writes to standard output, but it is possible to redirect the input ... error occurs while trying to open the file, an exception of type IllegalArgumentException ... then this number of characters, then extra spaces are added to the front of x to bring ...
    (Fedora)
  • Re: Case-sensitivity as option?
    ... Wide characters: Mapped to half-width characters ... I guess taking case insensitivity out of standard would be the right ... simplification (eg. you can use general purpose hash-algorithms ...
    (comp.lang.forth)
  • Re: keyword capitalization -- current practice
    ... outside the scope of the standard. ... more) different characters to be functionally the same. ... I once used a computer that used the ASCII character set, ... But the fortran compiler on that machine only recognized the subset ...
    (comp.lang.fortran)
  • Re: Invariant with DIGIT-CHAR-P and the reader.
    ... should appear to the Lisp reader as a number. ... >>> reading of the standard makes me believe the Lisp reader should ... >> Why a new CL could not accept more forms for unicode digits? ... > a..z, characters chosen by the implementation, and not from some higher ...
    (comp.lang.lisp)
  • Re: array processing in Lisp
    ... use of symbols instead of english for functions ... or dyadically because this depends on its position in a verb train and whether ... * Allow all combinations of printable ASCII characters as symbols, ... ;; in standard J (see ...
    (comp.lang.lisp)

Loading