Yves Dorfsman writes:
>
>I can't find any support for Unicode in rxvt.
>
>Is there any plan, or anybody working on that ?
I have a working patch against rxvt-2.7.3 to enable
multibyte-char, e.g., Unicode (UTF-8), GBK, Big5, etc:
http://www.ics.uci.edu/~xge/clinux/rxvt/
This patch is quite usable (I'm using it everyday), although there were a
couple of minor bugs. The most URGENT thing on the to-do list is to write
some real code to classify a Unicode character as single-width (e.g., ASCII)
or double-width (e.g., Chinese characters). Currently, I make everything > 255
as double-width, which is obviously wrong. Need to read through Unicode
documents to get this right. When this is done (and most bugs removed), I'll
propose the patch to be merged.
-- Xianping
[EMAIL PROTECTED]