From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63843 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.gnus.general,gmane.emacs.pretest.bugs Subject: Re: `.newsrc.eld' saves chinese group name in wrong coding Date: Thu, 19 Oct 2006 23:39:05 -0400 Message-ID: <87u01zd5ba.fsf@furball.mit.edu> References: <87mz7tm2wn.fsf@furball.mit.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161316299 26174 80.91.229.2 (20 Oct 2006 03:51:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Oct 2006 03:51:39 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org Original-X-From: ding-owner+m12370@lists.math.uh.edu Fri Oct 20 05:51:37 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GalQ0-0002yn-PY for ding-account@gmane.org; Fri, 20 Oct 2006 05:51:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1GalPw-0003ia-00; Thu, 19 Oct 2006 22:51:32 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GalJl-0003iU-00 for ding@lists.math.uh.edu; Thu, 19 Oct 2006 22:45:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1GalJk-0000WT-Nw for ding@lists.math.uh.edu; Thu, 19 Oct 2006 22:45:09 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GalJe-0001Yq-00 for ; Fri, 20 Oct 2006 05:45:02 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GalJe-00028v-IT for ding@gnus.org; Fri, 20 Oct 2006 05:45:02 +0200 Original-Received: from sydneypacific-three-twenty-two.mit.edu ([18.95.6.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Oct 2006 05:45:02 +0200 Original-Received: from cyd by sydneypacific-three-twenty-two.mit.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Oct 2006 05:45:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: sydneypacific-three-twenty-two.mit.edu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:S1uB0PXfK8EhSWXcGUHA4gG2onM= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63843 gmane.emacs.pretest.bugs:14684 Archived-At: Katsumi Yamaoka writes: > I figured out a moment ago that that was wrong approach. All > group names should be utf-8 encoded for the internal use in > Gnus, so the value ((".*" . utf-8)) is necessary and sufficient. > IIUC, the difference between nnrss and nndoc is that the former > encodes a non-ASCII group name first. So what needs to be changed?