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.9 required=3.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Ada and Unicode Date: Mon, 19 Apr 2021 19:12:39 +0200 Organization: A noiseless patient Spider Message-ID: References: <607b5b20$0$27442$426a74cc@news.free.fr> <86mttuk5f0.fsf@stephe-leake.org> <607dac71$0$3681$426a74cc@news.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Mon, 19 Apr 2021 17:12:39 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="2e8b8b89ff915a3ec95da41dbb744b12"; logging-data="24859"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198DK5qYrJrWjE9j95lznwg" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 Cancel-Lock: sha1:cjJ4SPI6ujz6Mw2lYFASrbn0WEY= In-Reply-To: <607dac71$0$3681$426a74cc@news.free.fr> Content-Language: sv Xref: reader02.eternal-september.org comp.lang.ada:61853 List-Id: Den 2021-04-19 kl. 18:14, skrev DrPi: >>        for Switches ("non_ascii.ads") use ("-gnatiw", "-gnatW8"); >> > That's interesting. > Using these switches at project level is not OK. Project source files > not always use the same encoding. Especially when using libraries. > Using these switches at source level is better. A little bit complicated > to use but better. You did understand that the above setting only applies to the file called 'non_ascii.ads' - and not to the rest of the files? -- Björn