Date: Tue, 28 Aug 2012 21:30:12 GMT From: Jilles Tjoelker <jilles@stack.nl> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/170651: On 9.0-RELEASE#0 and master sh(1) gobbles high bit at first Message-ID: <201208282130.q7SLUCs2036516@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/170651; it has been noted by GNATS. From: Jilles Tjoelker <jilles@stack.nl> To: bug-followup@FreeBSD.org, sdaoden@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208282130.q7SLUCs2036516>