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=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!hzzNxxMX5IPvnEV4b74Cww.user.46.165.242.91.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Get_Immediate does not read CR in CRLF pairs Date: Tue, 8 Mar 2022 09:03:36 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <1bd9b7ee-9195-44b3-8de2-c018a44b7eden@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: gioia.aioe.org; logging-data="52696"; posting-host="hzzNxxMX5IPvnEV4b74Cww.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.2 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-US Xref: reader02.eternal-september.org comp.lang.ada:63584 List-Id: On 2022-03-08 08: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 > > (2) Get_Immediate does not read the ending CRLF pair at all (in loop terminated upon End_Of_File) > > (3) an extra ending CRLF pair is output > > Does this behaviour follow from the ARM? > Do other compilers behave 'better'? > > Sequential_IO instantiated with Character works correctly (so I am not blocked, just curious:-) I guess this is a part of translation text I/O does and sequential and stream I/O do not. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de