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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8d5bda3619cce0f8 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!t3g2000yqa.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Re: C getchar() functionality in Ada Date: Tue, 17 Feb 2009 06:55:23 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <4999ce31$0$90266$14726298@news.sunsite.dk> NNTP-Posting-Host: 77.198.58.62 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1234882523 4099 127.0.0.1 (17 Feb 2009 14:55:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 17 Feb 2009 14:55:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t3g2000yqa.googlegroups.com; posting-host=77.198.58.62; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3670 Date: 2009-02-17T06:55:23-08:00 List-Id: On 17 f=E9v, 00:46, Adam Beneschan wrote: > Plus there's no telling what your > implementation will do if it sees CR or LF by itself, or LF CR, or > other mutant combinations of those control characters. > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 -- Adam Here, execeptions legitimately comes into place (I suppose that's what the implementation should do)