From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53945 Path: main.gmane.org!not-for-mail From: mah@everybody.org (Mark A. Hershberger) Newsgroups: gmane.emacs.gnus.general Subject: Re: RSS gb2312 decoding bug? Date: Sat, 13 Sep 2003 12:27:06 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: <878yosd2fp.fsf@weblog.localhost> References: <2n4qzgln6y.fsf@piglet.jia.vnet> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063483552 28006 80.91.224.253 (13 Sep 2003 20:05:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Sep 2003 20:05:52 +0000 (UTC) Original-X-From: ding-owner+M2486@lists.math.uh.edu Sat Sep 13 22:05:50 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19yGeU-0001QP-00 for ; Sat, 13 Sep 2003 22:05:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19yGeE-0000Je-00; Sat, 13 Sep 2003 15:05:34 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19yEAi-00006m-00 for ding@lists.math.uh.edu; Sat, 13 Sep 2003 12:26:56 -0500 Original-Received: (qmail 60481 invoked by alias); 13 Sep 2003 17:26:56 -0000 Original-Received: (qmail 60475 invoked from network); 13 Sep 2003 17:26:56 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 13 Sep 2003 17:26:56 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 19yECW-0007u6-00 for ; Sat, 13 Sep 2003 19:28:48 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 12 Original-NNTP-Posting-Host: 66.93.249.201 Original-X-Trace: quimby.gnus.org 1063474128 30383 66.93.249.201 (13 Sep 2003 17:28:48 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 13 Sep 2003 17:28:48 +0000 (UTC) X-URL: http://mah.everybody.org/weblog/ User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:JzShrMtvjNl9yFR6wPzO4PacY2s= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53945 ShengHuo ZHU writes: >> > > Currently, the nnrss.el does not support xml encoding charset. But the > workaround is to set the group charset manually. See charset section > in the Group Parameters node of Gnus info. The right place to add this would be in xml.el. I'll see if I can manage that. Mark.