Subject: Re: xterm & Unicode for package mined
To: None <netbsd-help@netbsd.org>
From: Soren Jacobsen <devsoren@attbi.com>
List: netbsd-help
Date: 03/13/2003 12:24:17
On Thu, Mar 13, 2003 at 02:24:35PM -0500, Gan Uesli Starling wrote:
> xterm as shipped with XFree86 4.0 or higher works correctly in UTF-8
> locales if you use an *-iso10646-1 font. Just try it with for example
>
> LC_CTYPE=en_GB.UTF-8 xterm -fn \
> '-Misc-Fixed-Medium-R-Normal--18-120-100-100-C-90-ISO10646-1'
> </snip>
>
> ...which when I try it gives me this...
>
> baal: {15} LC_CTYPE=en_GB.UTF-8 xterm -fn \
> '-Misc-Fixed-Medium-R-Normal--18-120-100-100-C-90-ISO10646-1'
> LC_CTYPE=en_GB.UTF-8: Command not found.
> baal: {16}
That syntax is for sh(1)-like shells, only. You're using (t)csh, right?
Try setenv'ing LC_CTYPE first.
Or you could use env LC_CTYPE=blah xterm -yada yada
--
Soren Jacobsen