lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Sep 29, 2005 at 07:20:37AM -0400, Doug Rogers wrote:
> just get my xterm to use a font that would work with it... :)
in xfontsel set rgstry to iso10646 and spc to c
or just try something like
LC_CTYPE=en_US.UTF-8 LESSCHARSET=UTF-8 xterm -u8 -class UXTerm \
  -fn '-*-*-medium-r-*--15-*-*-*-c-*-iso10646-1' \
  -fb '-*-*-bold-r-*--15-*-*-*-c-*-iso10646-1'
(or set ressources instead)

for newer xterms you may need to add '-en UTF-8 +lc' to disable luit.


cheers