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 X-Google-Thread: 103376,b7d636efbd2440ae,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-11 15:59:12 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: lab.stihler@unidavi.edu.br (Fred Stihler) Newsgroups: comp.lang.ada Subject: GNAT question Date: 11 Aug 2002 15:59:11 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 200.135.228.116 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1029106751 8499 127.0.0.1 (11 Aug 2002 22:59:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 11 Aug 2002 22:59:11 GMT Xref: archiver1.google.com comp.lang.ada:27934 Date: 2002-08-11T22:59:11+00:00 List-Id: Im starting to learn Ada, I dont know how to configure the compiler to work the way I want. Does anybody knows how do I do to be able generate apps that output special characters? I tried to compile a simple program that prints "Al� Mundo" but when I run it, the character � doesnt appear. It prints a strange character. what must I do?