Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site utcsstat.UUCP Path: utzoo!utcsstat!nishri From: nishri@utcsstat.UUCP (Alex Nishri) Newsgroups: net.unix,net.lang.c Subject: Does C depend on ASCII? Message-ID: <1873@utcsstat.UUCP> Date: Thu, 3-May-84 00:11:08 EDT Article-I.D.: utcsstat.1873 Posted: Thu May 3 00:11:08 1984 Date-Received: Thu, 3-May-84 00:41:47 EDT Organization: U. of Toronto, Canada Lines: 13 Does anyone have any experience or comments about the dependability of programs written in C on the ASCII character representation? Could most programs written in C be run on a different character representation scheme? What about the Unix system itself? (For a completely different scheme consider EBCDIC. The numerics collate after the alphabetics. So 'a' < '1' in EBCDIC. Also EBCDIC has holes in the alphabetic sequence. Thus 'a' + 1 is equal to 'b', but 'i' +1 is not equal to 'j'. In fact 'i' + 8 equals 'j'.) Alex Nishri University of Toronto ... utcsstat!nishri