From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6bf9d4ba0cfd8cb6 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Announce: OpenToken 2.0 released Date: 2000/02/09 Message-ID: #1/1 X-Deja-AN: 583650849 Sender: bobduff@world.std.com (Robert A Duff) References: <3890C62B.18309585@telepath.com> <876unj$jcs$1@nnrp1.deja.com> <87d7qck6pm.fsf@deneb.cygnus.argh.org> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-02-09T00:00:00+00:00 List-Id: Hyman Rosen writes: > Florian Weimer writes: > > Unfortunately, this becomes inband signalling on some platforms (where > > sizeof(char) == sizeof(int)). Broken as designed. > > No. It's only in-band if on those platforms, input characters do in fact > range over the full set of representable values of a char. But "char" in C is just the smallest integer type. There's no reason to believe that reading a "char" has anything to do with characters/text, despite its misleading name. - Bob