On Wed, Sep 06, 2006 at 01:47:10AM +0800, aiening wrote: > 我在设置Display character set时可以选择Chinese,但是在 > Assumed document character set下找不到gb2312,只有个euc-cn > 不应是不支持GB2312的缘故吧,我以前在gb2312环境下就能很好的浏览中文 > 请告诉我一下,lynx主要用在 mutt中显示html格式的邮件,我是不是可以 > 通过转换编码的软件把GB2312的html转换成utf8再显示呢?如果可以应该怎么做呢? 实际上,你至少可以尝试用 w3m 或者,如果非要用 lynx 的话,用于 .mailcap,可能可以尝试 text/html; lynx --dump %s |iconv -f cp936 -t utf-8; nametemplate=%s.html; copiousoutput -- Wang Xu