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,start X-Google-Attributes: gid103376,public From: Hans Marqvardsen Subject: ISO LATIN_1 in Windows 95 ? Date: 1998/10/05 Message-ID: <3618A5D5.72C@ddre.dk>#1/1 X-Deja-AN: 398206687 Content-Transfer-Encoding: 7bit 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-05T00:00:00+00:00 List-Id: 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) --Hans, hm at ddre dot dk