From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:14d0:b0:2e0:64e7:3920 with SMTP id u16-20020a05622a14d000b002e064e73920mr8313417qtx.61.1646741331747; Tue, 08 Mar 2022 04:08:51 -0800 (PST) X-Received: by 2002:a81:14c4:0:b0:2dc:da43:3537 with SMTP id 187-20020a8114c4000000b002dcda433537mr5753986ywu.204.1646741331490; Tue, 08 Mar 2022 04:08:51 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 8 Mar 2022 04:08:51 -0800 (PST) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=94.60.27.164; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 94.60.27.164 References: <1bd9b7ee-9195-44b3-8de2-c018a44b7eden@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Get_Immediate does not read CR in CRLF pairs From: Marius Amado-Alves Injection-Date: Tue, 08 Mar 2022 12:08:51 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63586 List-Id: On Tuesday, 8 March 2022 at 07:46:53 UTC, Luke A. Guest wrote: > On 08/03/2022 07:45, Marius Amado-Alves wrote: > > Behaviour of Ada.Text_IO on GNAT/Windows 11: > > > > (1) Get_Immediate does not read the CR in CRLF pairs > Isn't this where you need to check for EOL and then Skip; when you hit it? Sorry, Luke, I dont understand the question.