|
|

楼主 |
发表于 2005-12-29 10:01:52
|
显示全部楼层
谢谢楼上网友,问题已经解决了,是 ncurses 及 slang 的问题,
是系统对 utf-8 支持的问题,
我重新阅读了 Using UTF-8 with Gentoo
Ncurses and Slang
It is wise to add unicode to your global USE flags in /etc/make.conf, and then to remerge sys-libs/ncurses and sys-libs/slang if appropriate. Portage will do this automatically when you update your system:
# emerge --update --deep --newuse world
我在 /etc/make.conf USE添加 unicode
USE=" unicode "
然后再 emerge --update --deep --newuse world
问题就解决了,
这还真的是很奇怪的问题,说系统不支持 utf-8 吧,在控制如下 mlterm 及 urxvt 中可以正确输入显示(utf8)汉字, 说支持吗,在 mutt 中有些字就是显示不出来,呵呵,
谢谢各位网友! |
|