Nicolas KOWALSKI <[EMAIL PROTECTED]> writes: > I added this to my ~/.gnus; the variable now shows up as: > > mm-charset-synonym-alist's value is > ((gbk . cp936) > (iso885915 . iso-8859-15) > (iso8859-15 . iso-8859-15) > (big5-hkscs . big5) > (unicode . utf-16-le) > (ks_c_5601-1987 . euc-kr)) > > > Unfortunately, the error message still occurs. > > Any idea ?
I have the following in my config file, you may try it: ,---- | (define-coding-system-alias 'gb18030 'gb2312) | (define-coding-system-alias 'x-gbk 'gb2312) | (define-coding-system-alias 'gbk 'gb2312) `---- -- William http://williamxu.net9.org _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
