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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,29f36805b9a20fe8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-02 16:32:02 PST Newsgroups: comp.lang.ada Path: supernews.google.com!sn-xit-03!supernews.com!newsswitch.lcs.mit.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newspeer.monmouth.com!nntp.msen.com!uunet!ash.uu.net!world!bobduff From: Robert A Duff Subject: Re: 6-bit characters (was: Re: Streams in Ada) Sender: bobduff@world.std.com (Robert A Duff) Message-ID: Date: Mon, 2 Apr 2001 23:29:37 GMT References: <9aa3dd$efb$1@nh.pace.co.uk> <9aab1e$hhm$1@nh.pace.co.uk> <3AC8F892.87B56B74@boeing.com> Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: supernews.google.com comp.lang.ada:6384 Date: 2001-04-02T23:29:37+00:00 List-Id: Jeffrey Carter writes: > I've never used the PDP-10, but ... > > I learned to program in Fortran 66 (IV) on a CDC 6400 with 60-bit words. > It used a 6-bit character set, so 10H fit into one word. The next > machine I used was a DEC 10 with TOPS-10. It had 36-bit words, but I > never encountered 6-bit characters on it; 7-bit ASCII IIRC. The DEC 10 and the PDP-10 are the same machine. - Bob