Would it be viable to just escape control characters. Well except for ht an sp obviously?
Envoyé de mon smartphone BlackBerry 10. Message d'origine De: Chet Ramey Envoyé: Donnerstag, 18. Dezember 2014 15:03 À: Lars-Daniel Weber; bug-bash@gnu.org Répondre à: chet.ra...@case.edu Cc: chet.ra...@case.edu Objet: 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 c...@case.edu http://cnswww.cns.cwru.edu/~chet/