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-7-bit X-Google-Thread: 103376,7624df5e57d09688 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-05 18:49:24 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Syntactically correct spanish identifiers (Was: config files proposal) Date: 5 Jun 2002 18:49:24 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0206051749.558ed3fb@posting.google.com> References: <3CFE62B5.BEC2ED6B@nbi.dk> NNTP-Posting-Host: 205.232.38.247 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1023328164 9865 127.0.0.1 (6 Jun 2002 01:49:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 6 Jun 2002 01:49:24 GMT Xref: archiver1.google.com comp.lang.ada:25381 Date: 2002-06-06T01:49:24+00:00 List-Id: Jacob Sparre Andersen wrote in message news:<3CFE62B5.BEC2ED6B@nbi.dk>... > Antonio Duran wrote: > > > I'm from Spain and I usually write in Spanish > > but when programming in Ada I must adhere to the Ada syntax, I can't > > write Ada identifiers that are syntactically correct spanish words > > Are you sure? I am almost certain that ISO-8859-1 is > intended for writing Spanish. It is also the character > encoding used for Ada source code. yes, of course, the default interpretation of type Character is Latin-1 which includes all necessary characters for writing Spanish, and this is also the default interpretation of program sources, so identifiers can be written in Spanish with proper upper/lower case equivalences. What would be interesting is to know is what you (Antonio) read that made you think otherwise???