info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NNRSS -- Chinese group name not decoded correctly


From: CHENG Gao
Subject: Re: NNRSS -- Chinese group name not decoded correctly
Date: Tue, 28 Jul 2009 15:17:38 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin)

I set in .gnus.el:

,----
| (add-to-list 'gnus-group-charset-alist '("nnrss.*" . utf-8))
`----

this makes Group names display correctly in *Group* buffer.

After reading Gnus code I found header Newsgroups in *Article* buffer
needs gnus-group-name-charset-method-alist be set. So I set in .gnus.el:


,----
| (add-to-list 'gnus-group-name-charset-method-alist '((nnrss "") . utf-8))
`----

Now it works well, after I adjusted my font settings.

Sorry I asked a stupid question and then got it answered by stupid me-self.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]