Date: Wed, 15 Mar 2000 10:39:35 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jochen Roderburg cc: djgpp AT delorie DOT com Subject: Re: bash 2.03 / german umlauts In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 14 Mar 2000, Jochen Roderburg wrote: > > I think that's because Bash and GDB both use the readline library, > > which by default interpret the 8th bit as the Meta bit. I don't know > > if you can turn that off. > > This may be an important point, *if* the bash port really uses readline. Bash *does* use readline, it's in the Bash manual. > Under Unix I have the following definitions > (in the .inputrc file, which is the configuration file for readline): > > set meta-flag on > set convert-meta off > set output-meta on Thanks, this does work for me. Previously, I used all of them except the second one, so it didn't work. But I'm not sure this will solve the problems of the original poster, since in his case, Bash didn't respond at all to 8-bit characters. > There is certainly someone in this newsgroup, who knows, where the > equivalent file is located under DJGPP. It's in the docs, so _everybody_ should know ;-).