[EMAIL PROTECTED] writes: > Is there any better solution? The above leaves lots of holes. > $ iconv -cf gb2312 message|iconv -t gb2312|wc -c message -|sed 2q > 808 message > 734 - > $ iconv -f gbk message|head ...
Okay, I got your test mail. It is also unable to display chinese characters beyond gb2312. My above solution is just a workaround for non-supported charsets. For real gbk support, you may look at this: http://mule-gbk.sourceforge.net/ But I'm not sure whether it works with emacs 22 or not. -- William http://williamxu.net9.org _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
