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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b7d636efbd2440ae X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-12 16:48:30 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: lab.stihler@unidavi.edu.br (Fred Stihler) Newsgroups: comp.lang.ada Subject: Re: GNAT question Date: 12 Aug 2002 16:48:30 -0700 Organization: http://groups.google.com/ Message-ID: References: <5ee5b646.0208120437.1ee3de4@posting.google.com> NNTP-Posting-Host: 200.135.253.74 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1029196110 31471 127.0.0.1 (12 Aug 2002 23:48:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 12 Aug 2002 23:48:30 GMT Xref: archiver1.google.com comp.lang.ada:27963 Date: 2002-08-12T23:48:30+00:00 List-Id: dewar@gnat.com (Robert Dewar) wrote in message news:<5ee5b646.0208120437.1ee3de4@posting.google.com>... > tmoran@acm.org wrote in message news:... > > Are you saying that your source file contains a string > > containing a hex F4, but when you print that you get > > something other than F4? > > > No, of course he is not saying this! The issue is most > likely a code page issue on the PC, but how can we tell > since we do not have the information we need. yes, its about code page. Im running win98, configured to display portuguese specific characters. I dont know where do I look for documentation about such configurations. Im running gnat 3.14p. I have an old turbo pascal 7 compiler and its able to display these characters just fine. I dont know, maybe my compiler needs a patch, or something.