xterm(229-1) does not accept "-u8"

Yongwei Wu wuyongwei@gmail.com
Mon Aug 27 14:01:00 GMT 2007


neomjp wrote:

> 	I will be glad if UTF-8 support is turned back on again,
> maybe in future updates.

I would like to echo neomjp's request.  The Unicode support in xterm
is enough to do much, like viewing multi-byte documents in Vim.  I use
this script to start a UTF-8 XTerm:

#!/bin/sh
LC_CTYPE=en_US.UTF-8 xterm -u8 -fn "*-medium-*--18-*-iso10646-1" -fb
"*-bold-*--18-*-iso10646-1" -fw "*-medium-*-ja-18-*-iso10646-1" -e
bash $@ &

And Latin1 characters, Japanese characters, and most Chinese
characters can be displayed correctly.

Best regards,

Yongwei

-- 
Wu Yongwei
URL: http://wyw.dcweb.cn/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list