Date: Tue, 14 Apr 2015 13:18:15 +0100 From: John <freebsd-lists@potato.growveg.org> To: freebsd-questions@freebsd.org Subject: Re: line drawing and display and xterms Message-ID: <20150414121815.GA88564@potato.growveg.org> In-Reply-To: <535885508.29481003.1429010455007.JavaMail.root@his.com> References: <20150414103450.GA64268@potato.growveg.org> <535885508.29481003.1429010455007.JavaMail.root@his.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 14, 2015 at 07:20:55AM -0400, Thomas Dickey wrote: > ----- Original Message ----- > > The usual pitfalls here: > > a) xterm honors VT100 line-drawing in UTF-8 mode > b) some other terminals do not > c) screen(1) does not > d) screen(1) honors VT100 line-drawing when not in UTF-8 mode > > So the first thing to investigate is whether screen(1) run from the > two scenarios has consistent locale settings. Hi, Yeah that makes sense. Not solved it all yet though, even when setting both sides of the connection to: set LANG=en_GB.ISO8859-1 set LC_CTYPE="en_GB.ISO8859-1" set LC_COLLATE="en_GB.ISO8859-1" set LC_TIME="en_GB.ISO8859-1" set LC_NUMERIC="en_GB.ISO8859-1" set LC_MONETARY="en_GB.ISO8859-1" set LC_MESSAGES="en_GB.ISO8859-1" set LC_ALL= It may be worth noting here that screen seems to make a default $HOME/.screenrc with just the following: defencoding utf8 encoding utf8 utf8 I've commented these out for now and have restarted the screens. -- John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150414121815.GA88564>