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 15:24:03 PST Newsgroups: comp.lang.ada Path: supernews.google.com!sn-xit-03!supernews.com!freenix!isdnet!newsfeed.online.be!zur.uu.net!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: 6-bit characters (was: Re: Streams in Ada) X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3AC8F892.87B56B74@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <9aa3dd$efb$1@nh.pace.co.uk> <9aab1e$hhm$1@nh.pace.co.uk> Mime-Version: 1.0 Date: Mon, 2 Apr 2001 22:09:22 GMT X-Mailer: Mozilla 4.5 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: supernews.google.com comp.lang.ada:6382 Date: 2001-04-02T22:09:22+00:00 List-Id: 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. Jeffrey Carter