From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27118 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: pgnus 0.98 bug: double re-encoding of forwarded messages Date: 21 Nov 1999 02:04:29 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nvh6wfhqa.fsf@tiger.jia.vnet> References: <5bd7t7d0qx.fsf@giga.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164202 22972 80.91.224.250 (21 Oct 2002 01:36:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:36:42 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA03912 for ; Sun, 21 Nov 1999 02:06:21 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAB13084; Sun, 21 Nov 1999 01:06:08 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 21 Nov 1999 01:05:52 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA27134 for ; Sun, 21 Nov 1999 01:05:41 -0600 (CST) Original-Received: from mailout2.nyroc.rr.com (mailout2-1.nyroc.rr.com [24.92.226.165]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA03893 for ; Sun, 21 Nov 1999 02:05:12 -0500 (EST) Original-Received: from heart.cs.rochester.edu ([24.24.58.252]) by mailout2.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Sun, 21 Nov 1999 01:57:11 -0500 Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id CAA00796; Sun, 21 Nov 1999 02:04:29 -0500 Original-To: Gnus Mailing List X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Vladimir Volovich's message of "21 Nov 1999 09:27:43 +0300" Original-Lines: 32 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27118 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27118 >>>>> "VV" == Vladimir Volovich writes: VV> "ZSH" == Shenghuo ZHU writes: ZSH> It is a long story. I have been fixing this problem in mm-uu for ZSH> several months. Now it should work for most cases. ZSH> The fix has been checked into CVS. VV> Thanks a lot (i did not yet check, -- i'll wait for a patch at VV> ding-patches list :). I have one more "bug" in gnus which you probably VV> might be interested to know about. VV> When an article contains 8-bit chars (e.g. cyrillic text in koi8-r VV> encoding), then gnus-article-de-quoted-unreadable (W q) does not work: VV> it washes the broken quoted-unreadable text, but all the other VV> non-ascii (8-bit) text becomes unreadable (again because of double VV> re-encoding). Could gnus-article-de-quoted-unreadable be fixed to not VV> break non-ascii chars? VV> Best regards, -- Vladimir. The function article-de-quoted-unreable does two steps, decoding quoted-printable, then decoding charset. Decoding charset generally decodes the whole buffer, therefore all the other non-ascii texts are double-decoded. It is not easy to fix, unless restricting to each quoted-printable region to decode charset. But you can try `C-u g W q'. However, this command will not decode headers. -- Shenghuo