delorie.com/archives/browse.cgi | search |
From: | Soenke_Ufen AT kruemel DOT org (Soenke Ufen) |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | bash 2.03 / german umlauts |
Date: | Mon, 13 Mar 2000 19:33:00 CET |
Organization: | Kruemel Boks, Altenholz, Germany - +49-431-3292929 |
Lines: | 33 |
Message-ID: | <MSGID_2=3A240=2F2188.47=40fidonet_f2673ec2@fidonet.org> |
References: | <Pine DOT SUN DOT 3 DOT 91 DOT 1000313171151 DOT 25538B AT is> |
NNTP-Posting-Host: | pec-12-56.tnt2.hh2.uunet.de (149.225.12.56) |
Mime-Version: | 1.0 |
X-Trace: | fu-berlin.de 953011833 3961091 149.225.12.56 (16 [23622]) |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Hi Eli, d>What happens if you use the Alt-nn method of generating non-ASCII d>German characters? Do you see the same effect, or something d>different? Again absolutely nothing happens. The same effect. I've tried Alt-129 = ü ue "u Alt-132 = ä ae "a Alt-142 = Ä Ae "A Alt-148 = ö oe "o Alt-153 = Ö Oe "O Alt-154 = Ü Ue "U Alt-225 = ß sz "s It works at the dos-prompt... BTW: I've gotten the Alt-nn values by the very simple program main(){ int c; for(c=0;c<=255;c++){ printf("%3d: %c\n", c, (char)c); } } 'less'ing the output. -- Tschau, Sönke.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |