Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watmath.UUCP Path: utzoo!watmath!grwalter From: grwalter@watmath.UUCP (Fred Walter) Newsgroups: net.micro.cbm Subject: Re: true ascii Message-ID: <1107@watmath.UUCP> Date: Mon, 30-Jun-86 13:12:17 EDT Article-I.D.: watmath.1107 Posted: Mon Jun 30 13:12:17 1986 Date-Received: Tue, 1-Jul-86 02:24:51 EDT References: <1041@ihlpl.UUCP> Reply-To: grwalter@watmath.UUCP (Fred Walter) Distribution: net Organization: U of Waterloo, Ontario Lines: 22 Keywords: ascii Summary: In article <1041@ihlpl.UUCP> rlneal@ihlpl.UUCP (Neal) writes: >I believe that Commodore's ASCII is >slightly different. Is this correct? Yes. In Commodore ASCII the letters "abcdef...xyz" have the ASCII values 65, 66, 67, ..., 90, and the letters "ABD...XYZ" have the values 193, 194, ..., 218 (ie. the values for the lowercase letters plus 128). In "normal" ASCII the uppercase letters "ABC...XYZ" have the codes 65, ..., 90, and the lowercase letters "abc...xyz" have the codes 97, ..., 122. All you need to do is write a routine that will convert the Commodore ASCII to the normal ASCII, keeping in mind there may be other characters in Commodore ASCII that don't have the normal ASCII codes. fred UUCP : {allegra|clyde|linus|decvax|utzoo|ihnp4}!watmath!grwalter CSNET : grwalter%watmath@waterloo.csnet ARPA : grwalter%watmath%waterloo.csnet@csnet-relay.arpa