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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,98821c80e10d88c4,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.220.230 with SMTP id pz6mr10172709pbc.3.1337941231659; Fri, 25 May 2012 03:20:31 -0700 (PDT) Path: pr3ni46891pbb.0!nntp.google.com!news2.google.com!postnews.google.com!l5g2000vbo.googlegroups.com!not-for-mail From: "RasikaSrinivasan@gmail.com" Newsgroups: comp.lang.ada Subject: gnat 2011 - macbook Date: Fri, 25 May 2012 03:13:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <16918417-25c8-4547-bba8-89c4cb70f1fe@l5g2000vbo.googlegroups.com> NNTP-Posting-Host: 173.59.55.62 Mime-Version: 1.0 X-Trace: posting.google.com 1337941231 17962 127.0.0.1 (25 May 2012 10:20:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 25 May 2012 10:20:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l5g2000vbo.googlegroups.com; posting-host=173.59.55.62; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-05-25T03:13:23-07:00 List-Id: all I have a program that reads a text file using text_io.get_line. It would appear that on the mac, the line terminator CR are not digested by the get_line. On windows it seems that the CR/LF is handled and are not returned to the application. The test data file I am using originated in a Windows system. Is this an expected behavior? thanks, srini