From: Jochen Roderburg Newsgroups: comp.os.msdos.djgpp Subject: Re: bash 2.03 / german umlauts Date: 14 Mar 2000 16:16:31 +0100 Organization: Regional Computing Center, University of Cologne Lines: 32 Message-ID: References: NNTP-Posting-Host: rondy.rrz.uni-koeln.de X-Trace: news.rrz.Uni-Koeln.DE 953046992 987 134.95.140.228 (14 Mar 2000 15:16:32 GMT) X-Complaints-To: newsmgr AT rrz DOT uni-koeln DOT de NNTP-Posting-Date: 14 Mar 2000 15:16:32 GMT X-Newsreader: Gnus v5.6.45/XEmacs 21.1 - "Biscayne" To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii writes: > > 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. 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 I don't have the readline documentation at hand, so I can't tell the exact meaning of each line, but the three together allow usage of 8-bit characters in bash command lines. Perhaps this works also in the DJGPP bash. There is certainly someone in this newsgroup, who knows, where the equivalent file is located under DJGPP. Best Regards, Jochen Roderburg Regional Computing Center University of Cologne Robert-Koch-Str. 10 Tel.: +49-221/470-4564 D-50931 Koeln E-Mail: Roderburg AT rrz DOT Uni-Koeln DOT DE Germany