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,782076a3676d5d3e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-25 09:04:18 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!news.rhrz.uni-bonn.de!news.uni-stuttgart.de!f.de.uu.net!lnewspeer01.lnd.ops.eu.uu.net!emea.uu.net!newsfeed.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Text_IO on WinNT problem Date: Tue, 25 Sep 2001 18:04:13 +0200 Organization: Siemens AG Message-ID: <3BB0AAFD.9F006F92@icn.siemens.de> NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:13343 Date: 2001-09-25T18:04:13+02:00 List-Id: Hi, can I read (ASCII-) files that are stored as UNICODE with Text_IO ? I have a file that contains only ASCII text but is coded in UNICODE (e.g. "ABC" is stored as hex 41 00 42 00 43 00 instead of 41 42 43). Is there a way to handle such files via Text_IO ? I work with GNAT on WinNT 4.0.