bin/170651: On 9.0-RELEASE#0 and master sh(1) gobbles high bit at first

Jilles Tjoelker jilles at stack.nl
Tue Aug 28 21:30:13 UTC 2012


The following reply was made to PR bin/170651; it has been noted by GNATS.

From: Jilles Tjoelker <jilles at stack.nl>
To: bug-followup at FreeBSD.org, sdaoden at gmail.com
Cc:  
Subject: Re: bin/170651: On 9.0-RELEASE#0 and master sh(1) gobbles high bit
 at first
Date: Tue, 28 Aug 2012 23:25:21 +0200

 This PR bin/170651 does in fact look valid. It looks like libedit only
 partially picks up an LC_CTYPE change. Whether it shows '\OOO' or real
 characters with bit 7 set changes immediately; whether it accepts
 characters with bit 7 set changes only after doing something that causes
 libedit to be reinitialized (such as 'set +o').
 
 This is probably a bug in libedit and/or sh's use of it, although there
 are bigger bugs in libedit and sh's use of it.
 
 -- 
 Jilles Tjoelker


More information about the freebsd-bugs mailing list