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,29495b0e9519b616 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-12 15:41:46 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news.mainstreet.net!feedwest.aleron.net!aleron.net!sjc70.webusenet.com!news.webusenet.com!pd7cy2so!shaw.ca!news3.optonline.net!newsfeed-east.nntpserver.com!nntpserver.com!newsfeed1.sea.pnap.net!newsfeed.pnap.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Latin_1 and portability Date: 12 Dec 2003 17:41:33 -0600 Organization: LJK Software Message-ID: <6xGFlLtE5WZC@eisner.encompasserve.org> References: <344d0fee.0312100415.63724db9@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1071272410 23687 192.135.80.34 (12 Dec 2003 23:40:10 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Fri, 12 Dec 2003 23:40:10 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:3426 Date: 2003-12-12T17:41:33-06:00 List-Id: In article , "Robert I. Eachus" writes: > Xavier Serrand wrote: > >> Hello, >> >> For return (or enter) >> >> when using Text_Io.Get_Immediate (E); > If you are reading from a file, then you can let Text_IO handle the > issue, even if the file format is one where the end of a line is > represented implicitly with a character count. (Not too common > anymore.) But you are trying to read from a user input device. What do > you get? Whatever the user gives you, as mapped by the OS. ;-) Are you saying that some implementations of TEXT_IO.GET_LINE do not handle OS terminals properly ? I thought GET_LINE was the way around OS-dependencies in this area.