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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ea7ac816f5c3d0a7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-25 10:22:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.stealth.net!news.stealth.net!news-east.rr.com!cyclone1.gnilink.net!spamfinder.gnilink.net!nwrddc03.gnilink.net.POSTED!53ab2750!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: Subject: Re: Wide_Text_IO: bad data in text file X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Fri, 25 Oct 2002 17:22:45 GMT NNTP-Posting-Host: 141.157.178.79 X-Complaints-To: abuse@verizon.net X-Trace: nwrddc03.gnilink.net 1035566565 141.157.178.79 (Fri, 25 Oct 2002 13:22:45 EDT) NNTP-Posting-Date: Fri, 25 Oct 2002 13:22:45 EDT Xref: archiver1.google.com comp.lang.ada:30139 Date: 2002-10-25T17:22:45+00:00 List-Id: "Adam Beneschan" wrote in message news:b4682ab7.0210250722.41ac473a@posting.google.com... > Sorry, this doesn't make sense to me. Unless I'm missing something, I > don't think it's possible for Wide_Character'Value ever to return > False in GNAT or in most other implementations. I think you meant to say that it is not possible for Wide_Character'Valid to return False. I can guarantee that Wide_Character'Value does not return False, since Wide_Character'Value returns Wide_Character, not Boolean.