Path: csiph.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!feeds.phibee-telecom.net!news.mixmin.net!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.std.c Subject: Re: Add @ to basic character set? Date: Mon, 07 Dec 2020 15:27:07 -0800 Organization: None to speak of Lines: 21 Message-ID: <87mtypdwok.fsf@nosuchdomain.example.com> References: <87pn3ngao5.fsf@nosuchdomain.example.com> <87lfeafv1r.fsf@nosuchdomain.example.com> <87czzmfqb3.fsf@nosuchdomain.example.com> <4apzH.236649$xe4.230701@fx41.iad> <874kkxfk35.fsf@nosuchdomain.example.com> <87r1o1e2zg.fsf@nosuchdomain.example.com> <87k0ttjkkq.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="862562e294458742bbcd0b56dfeb242b"; logging-data="11175"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19RaLZWo4khTmtIqmKJM4nn" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cancel-Lock: sha1:y/h3wNvTmsH+hmYKI+sVKyGCqVg= sha1:BcYf1BDG44z/grgsma43jiBFrp0= Xref: csiph.com comp.std.c:6188 Andreas Schwab writes: > On Dez 07 2020, Keith Thompson wrote: >> The first file it complains about, /usr/include/stdc-predef.h, >> is part of the implementation (specifically part of glibc). >> Either the implementation doesn't support ISO646-FR, or there's >> some configuration I would need to perform to make it support it. > > The system files are encoded in UTF-8, so if you want to use them in a > ISO646-FR context, you have to convert them first. I suppose that would work (and would break the implementation for my normal use). That's not a reasonable thing to expect a user to do. If that's the simplest way to get the implementation to support ISO646-FR, then I'd say the implementation doesn't support ISO646-FR. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for Philips Healthcare void Void(void) { Void(); } /* The recursive call of the void */