From: utzoo!decvax!harpo!eagle!mit-vax!masscomp!tjt Newsgroups: net.unix-wizards Title: Re: Character types Article-I.D.: masscomp.121 Posted: Thu Apr 21 06:11:44 1983 Received: Mon Apr 25 22:36:29 1983 References: u1100a.331 FOO on compilers that treat char's as unsigned rather than signed quantities! I had hoped that with the introduction of an explicit declaration of an unsigned char type, C compilers would standardize on characters being signed rather than perpetuating a logically unnecessary source of machine dependency. Perhaps what is needed is an explicit declaration of signed characters so that unadorned character types can still do whatever is easiest on the local hardware. I guess what I really want is a "shorter int" since sign extension for char's is only relevant if you are not storing text characters in them.