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,fb5ce1b4831d82 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-30 15:21:25 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!fu-berlin.de!uni-berlin.de!ppp-1-163.cvx2.telinco.NET!not-for-mail From: "Nick Roberts" Newsgroups: comp.lang.ada Subject: Re: How to get an ASCII code ? Date: Tue, 30 Oct 2001 23:19:43 -0000 Message-ID: <9rnclj$uqhpr$1@ID-25716.news.dfncis.de> References: <20011030-135944-285742@foorum.com> <9rmg8e$ni8$1@nh.pace.co.uk> NNTP-Posting-Host: ppp-1-163.cvx2.telinco.net (212.1.140.163) X-Trace: fu-berlin.de 1004484083 32327483 212.1.140.163 (16 [25716]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:15444 Date: 2001-10-30T23:19:43+00:00 List-Id: Yes, I think you should add that the standard package Ada.Characters.Latin_1 (and maybe other non-standard packages like it) can be used to get control characters (and esoteric characters that might not be available on one's keyboard). -- Nick Roberts "Marin David Condic" wrote in message news:9rmg8e$ni8$1@nh.pace.co.uk... > This one comes up a lot. I wrote this for the FAQ & sent it to David. > Anybody see anything that should be added/changed?