From: Soenke_Ufen AT kruemel DOT org (Soenke Ufen) Newsgroups: comp.os.msdos.djgpp Subject: bash 2.03 / german umlauts Date: Wed, 15 Mar 2000 18:52:00 CET Organization: Kruemel Boks, Altenholz, Germany - +49-431-3292929 Lines: 22 Message-ID: References: NNTP-Posting-Host: p3e9be1ef.dip0.t-ipconnect.de (62.155.225.239) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 953184625 4308514 62.155.225.239 (16 [23622]) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi Jochen, a>set meta-flag on a>set convert-meta off a>set output-meta on set input-meta on a>Perhaps this works also in the DJGPP bash. a>There is certainly someone in this newsgroup, who knows, where the a>equivalent file is located under DJGPP. Yes, this works. The file should be "_inputrc". The HOME environment variable should point to its directory. With Win95 and LFN=y it's possible to use the name ".inputrc". An example can be found in the gnu/bash-2.03/dos subdirectory. -- Tschau, Sönke.