Date: Mon, 26 Jun 2006 14:18:08 -0500 From: "Matthew D. Fuller" <fullermd@over-yonder.net> To: freebsd-current@freebsd.org Subject: Re: Unicode (was Re: Updating ncurses in base) Message-ID: <20060626191808.GC74292@over-yonder.net> In-Reply-To: <20060626124158.GA7801@mail.scottro.net> References: <6eb82e0606091906j7d9f69aarcf1f9738c7565677@mail.gmail.com> <20060625221640.GI48766@linwhf.opal.com> <20060626014939.GA74292@over-yonder.net> <20060626115840.vrmox3wo0gg08gog@netchild.homeip.net> <20060626124158.GA7801@mail.scottro.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 26, 2006 at 08:41:58AM -0400 I heard the voice of Scott Robbins, and lo! it spake thus: > > I believe uxterm is xterm with luit scripts (I don't know enough > about this to be sure, however.) Well, uxterm is just a shell script, an so amenable to quick tests. Running it with sh -x basically yields (trimming uninteresting bits) + LC_CTYPE=en_US.UTF-8 + export LC_CTYPE + exec xterm -class UXTerm -title uxterm -u8 which is what triggers my problem when I do it manually (`env LC_CTYPE=... xterm`). -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060626191808.GC74292>