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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b3d252ea5c7b37a7 X-Google-Attributes: gid103376,public From: Hans Marqvardsen Subject: Re: ISO LATIN_1 in Windows 95 ? Date: 1998/10/07 Message-ID: <361B3EE5.7099@ddre.dk>#1/1 X-Deja-AN: 398930198 Content-Transfer-Encoding: 7bit References: <3618A5D5.72C@ddre.dk> <6vde32$jle$1@news.net.uni-c.dk> <6vdoin$e3i$1@nnrp1.dejanews.com> Content-Type: text/plain; charset=us-ascii Organization: DDRE Mime-Version: 1.0 Reply-To: hm@ddre.dk_nospam Newsgroups: comp.lang.ada Date: 1998-10-07T00:00:00+00:00 List-Id: dewarr@my-dejanews.com wrote: > Well that's not quite right, or at least it is misleading. There is nothing > in the Ada standard that prescribes the actual appearence of input or output > characters, so in fact the encoding does not have to be "right" to have a > conforming compiler. There must be an external representation for every > Latin-1 character, but what this external representation might look like > is not part of the standard. > > -----------== Posted via Deja News, The Discussion Network ==---------- > http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Thanks for the clarification. But isn't it confusing, that the external representation of for example Ada.Characters.Latin_1.LC_AE_Diphtong looks nothing like an AE-diphtong in lower case, but rather looks like the greek letter mju ? Is it really the case, that no codepage usable in Windows95 corresponds to Ada.Characters.Latin_1 ? Of course, one might argue, that if so, this is a Windows95 problem, not an Ada95 problem. Closing the question without solving the problem. -- Hans