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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,29495b0e9519b616,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-10 04:15:25 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: xavier.serrand@free.fr (Xavier Serrand) Newsgroups: comp.lang.ada Subject: Latin_1 and portability Date: 10 Dec 2003 04:15:25 -0800 Organization: http://groups.google.com Message-ID: <344d0fee.0312100415.63724db9@posting.google.com> NNTP-Posting-Host: 80.13.78.39 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1071058525 2156 127.0.0.1 (10 Dec 2003 12:15:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 10 Dec 2003 12:15:25 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:3303 Date: 2003-12-10T04:15:25-08:00 List-Id: Hello, For return (or enter) when using Text_Io.Get_Immediate (E); on UNIX or Linux Suse Character'Pos (E) = 10 on Windows 2000 Character'Pos (E) = 13 How can I manage to work properly ... Do i have to parametrize my application reading characters from a file ... and looking at the values recognized by the functions ... Is there anothers means ? Thanks for Ada's Gurus who can help me a very little bit ..... xavier SERRAND