From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_20 autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:44c6:: with SMTP id r189mr7760844qka.235.1596007694643; Wed, 29 Jul 2020 00:28:14 -0700 (PDT) X-Received: by 2002:a37:4b50:: with SMTP id y77mr29881532qka.136.1596007694453; Wed, 29 Jul 2020 00:28:14 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!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: Wed, 29 Jul 2020 00:28:14 -0700 (PDT) In-Reply-To: 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 References: <4666523c-0a72-4a00-ac71-9a6d24195752o@googlegroups.com> <1b8d999f-4853-4363-b52b-456afaf3fe34o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <747fc82a-44f9-45d5-baf6-6cda43b6ca12o@googlegroups.com> Subject: Re: Newbie questions re Unicode (1) From: Ian Douglas Injection-Date: Wed, 29 Jul 2020 07:28:14 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59577 List-Id: On Monday, 27 July 2020 22:26:24 UTC+2, Simon Wright wrote: > package Compiler is > for Default_Switches ("ada") use ("-gnatW8"); > end Compiler; >=20 Thanks Simon, that works. With some limitations. For example, =CF=80 and =CF=86 or even =CF=86=CF=80 are accepted as variabl= e names, but not something like =E2=82=A2 for example. I guess only Latin 1= characters are allowed. I'm on Linux and have custom .XCompose key combinations to type such things= easily, but they don't work in GPS. Curiously, combinations defined in the= default XCompose file *do* work, like degree sign =C2=B0. Don't know if th= is is some GTK/KDE thing again, but as you see they work fine in Firefox wh= ich is also GTK. Thanks for sorting it out for me :-) Cheers, Ian