From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54468 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Charset encoding brokenness Date: Mon, 27 Oct 2003 22:49:52 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1067292113 5453 80.91.224.253 (27 Oct 2003 22:01:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 22:01:53 +0000 (UTC) Original-X-From: ding-owner+M3009@lists.math.uh.edu Mon Oct 27 23:01: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 1AEFQs-00006v-00 for ; Mon, 27 Oct 2003 23:01:50 +0100 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 1AEFQl-0003WY-00; Mon, 27 Oct 2003 16:01:43 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AEFGG-0002wR-00 for ding@lists.math.uh.edu; Mon, 27 Oct 2003 15:50:52 -0600 Original-Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [193.162.153.3]) by justine.libertine.org (Postfix) with ESMTP id 7A7B93A004E for ; Mon, 27 Oct 2003 15:50:51 -0600 (CST) Original-Received: from [195.249.130.82] (0xc3f98252.esnxr3.ras.tele.dk [195.249.130.82]) by pfepb.post.tele.dk (Postfix) with ESMTP id 623DA5EE1EE for ; Mon, 27 Oct 2003 22:50:48 +0100 (CET) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54468 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54468 Charset encoding is currently broken in quite a few places, viz. =B7 Forwarding. `C-u N C-c C-f' for N=3D1,2,4 is broken if the CTE of the forwarded message is 8bit. =B7 Digesting. `S o p' and `S o m' is similarly broken if `message-forward-as-mime' is nil. =B7 Resending. `S D e' is also broken. =B7 Bouncing. Ditto for `S D b'. The last two problems were introduced by me :-( In all cases the bug occurs because the body of the forwarded/bounced/etc message is inserted without being decoded. This means that the 8bit characters get the charset `eight-bit-graphic' which breaks the message in various ways. It's easiest to observe for utf-8 (with CTE 8bit) -- for Latin-1 you'll probably need to do `C-u C-x =3D' to see it immediately. Unfortunately, I can't think of any obvious way to fix it. Ideas?