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.3 required=5.0 tests=BAYES_00,INVALID_MSGID 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: dewarr@my-dejanews.com Subject: Re: ISO LATIN_1 in Windows 95 ? Date: 1998/10/06 Message-ID: <6vdflt$d6$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 398296864 References: <3618A5D5.72C@ddre.dk> X-Http-Proxy: 1.0 x13.dejanews.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Oct 06 16:14:53 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/2.02 (OS/2; I) Date: 1998-10-06T00:00:00+00:00 List-Id: In article <3618A5D5.72C@ddre.dk>, hm@ddre.dk_nospam wrote: > Does anyone know how to use ISO Latin_1 under Windows95? > > EG so that Put(Character'val(230)) > will in fact print LC_ae_diphtong, > as defined in Ada.Characters.Latin_1 ? > > (Under NT, you can use SetConsoleOutputCP(1252) and the > font Lucida Console, but neither of these seem available > in W95) There probably is some answer to this, I don't know what it is. Another possibility suitable in some circumstances is simply not to use Latin_1, but instead use one of the PC code pages that includes dipthongs etc. GNAT fully supports both of the standard PC code pages likely to be used in this environment (the US one and the European one). -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own