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-Thread: 103376,763b126bf5276f4c,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Michael R Newsgroups: comp.lang.ada Subject: Communications of ACM: Sir, Please Step Away from the ASR-33! Date: Wed, 15 Dec 2010 14:09:12 -0800 (PST) Organization: http://groups.google.com Message-ID: <72b8fb96-2b5e-4ef8-8099-39361eeea853@glegroupsg2000goo.googlegroups.com> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 208.91.1.8 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1292450952 18636 127.0.0.1 (15 Dec 2010 22:09:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 15 Dec 2010 22:09:12 +0000 (UTC) Cc: phk@freebsd.org Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=208.91.1.8; posting-account=iokpWwkAAAC4FdoU8cY5F_WfowBALHIE User-Agent: G2/1.0 Xref: g2news2.google.com comp.lang.ada:16934 Date: 2010-12-15T14:09:12-08:00 List-Id: Hi Folks, There's a note in November's Communications of the ACM titled "Sir, Please = Step Away from the ASR-33!" with the sub-title "To move forward with progra= mming languages we must first break free from the tyranny of ASCII". It's interesting that Ada has already stepped away from ASCII. Many of the = test cases for my ZanyBlue.Text localization support library contain non-AS= CII source, e.g., a test enumeration with identifiers containing Greek char= acters: type Greek is (=CE=B1=CE=B2=CE=B3, =CE=B2=CE=B3=CE=B1); Take care, Michael.