The following reply was made to PR bin/170651; it has been noted by GNATS. From: Jilles Tjoelker <[email protected]> To: [email protected], [email protected] 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
