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: References: NNTP-Posting-Host: pec-12-56.tnt2.hh2.uunet.de (149.225.12.56) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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.