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.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,782076a3676d5d3e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-25 10:37:06 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!feed.textport.net!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <3BB0AAFD.9F006F92@icn.siemens.de> Subject: Re: Text_IO on WinNT problem Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Tue, 25 Sep 2001 13:36:45 EDT Organization: http://www.newsranger.com Date: Tue, 25 Sep 2001 17:36:45 GMT Xref: archiver1.google.com comp.lang.ada:13348 Date: 2001-09-25T17:36:45+00:00 List-Id: In article <3BB0AAFD.9F006F92@icn.siemens.de>, Alfred Hilscher says... >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. Have you tried Wide_Text_IO? --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com