bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Aw: Re: bug with German umlauts


From: Lars-Daniel Weber
Subject: Aw: Re: bug with German umlauts
Date: Thu, 18 Dec 2014 16:18:29 +0100

Are you shure?
Debian's bash includes patches up to bash42-037, which is dated 16-Jul-2012 17:20.
 
But the error still appears.
 
Gesendet: Donnerstag, 18. Dezember 2014 um 15:02 Uhr
Von: "Chet Ramey" <chet.ramey@case.edu>
An: "Lars-Daniel Weber" <Lars-Daniel.Weber@gmx.de>, bug-bash@gnu.org
Cc: chet.ramey@case.edu
Betreff: Re: bug with German umlauts
On 12/17/14, 4:40 PM, Lars-Daniel Weber wrote:
> Hi there,
>
> has this bug already been solved?
> http://unix.stackexchange.com/questions/22435/how-to-fix-character-encoding-in-bash-arch-linux

Yes. It's not really a bug, more of an implementation issue. Bash-4.2
changed the way command-not-found was reported: it encoded non-printable
characters (as reported by isprint(3)) to avoid printing gibberish to the
terminal. Bash-4.3 improved the handling of printable characters for
which isprint() returns false, mostly multibyte characters.

According to the change log, this went in in the 2011-08-19 snapshot.

Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]