From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50 autolearn=ham autolearn_force=no version=3.4.4 X-Received: by 2002:a37:aa03:: with SMTP id t3mr76109302qke.152.1594541647573; Sun, 12 Jul 2020 01:14:07 -0700 (PDT) X-Received: by 2002:a05:6830:61a:: with SMTP id w26mr64891806oti.178.1594541647443; Sun, 12 Jul 2020 01:14:07 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 12 Jul 2020 01:14:07 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=165.73.112.105; posting-account=FlDDTgoAAAB5iCuW7fM5pP_RHQGC8krX NNTP-Posting-Host: 165.73.112.105 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4666523c-0a72-4a00-ac71-9a6d24195752o@googlegroups.com> Subject: Newbie questions re Unicode (1) From: Ian Douglas Injection-Date: Sun, 12 Jul 2020 08:14:07 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59433 List-Id: Hi all Third attempt at learning Ada. If I try to declare a variable using non-Latin, the compiler objects. =CF=86 : Long_Float :=3D 1.6180339887; Why is that? I'm using UTF-8 in GPS. Apparently you need to pass -gnatW8 to the compiler, but I can't figure out= where in GPS to do that ... the "switches" page shows me stuff for Pretty = Printer. Thanks, Ian