Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* change outgoing news charset
@ 2006-08-07 17:57 William Xu
  0 siblings, 0 replies; only message in thread
From: William Xu @ 2006-08-07 17:57 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 719 bytes --]

Hi all,

I already have (prefer-coding-system 'utf-8) in .emacs. What should i do
if i want to use a different charset(actually 'gb2312) when sending
news? I tried this, (setq mm-coding-system-priorities '(gb2312 utf-8)),
but then this error occurs,

Sending news via news.newsfan.net using nntp...  441 Feedrule: line 79:
Uuencode¸ñʽ£¬ÇÒ²»Òª¶Ô×ֶνøÐбà«
Couldn't send message via news: 441 Feedrule: line 79:
Uuencode¸ñʽ£¬ÇÒ²»Òª¶Ô×ֶνøÐбà«

Also, tried this, still no luck, though.

(setq mm-body-charset-encoding-alist
      '((gb2312 . 7bit)
        (iso-2022-jp . 7bit)
        (iso-2022-jp-2 . 7bit)
        (utf-16 . base64)
        (utf-16be . base64)
        (utf-16le . base64)))

Any ideas?

-- 
William

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-07 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-07 17:57 change outgoing news charset William Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).