Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: Invalid coding system: unicode-1-1-utf-7
Date: Thu, 04 Aug 2005 12:05:02 +0900	[thread overview]
Message-ID: <b4m3bpqpfkx.fsf@jpl.org> (raw)
In-Reply-To: <b4mll3ipgmq.fsf@jpl.org>

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

>>>>> In <b4mll3ipgmq.fsf@jpl.org> Katsumi Yamaoka wrote:

> Gnus still confuses `charset' with `coding system' in several
> places I think, and the problem is caused by one of them.  Does
> the following patch help?

I was confused too, oops.  The patch below seems to be better.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 436 bytes --]

--- mm-bodies.el~	2005-07-05 22:36:09 +0000
+++ mm-bodies.el	2005-08-04 03:02:26 +0000
@@ -93,7 +93,8 @@
     (save-excursion
       (if charset
 	  (progn
-	    (mm-encode-coding-region (point-min) (point-max) charset)
+	    (mm-encode-coding-region (point-min) (point-max)
+				     (mm-charset-to-coding-system charset))
 	    charset)
 	(goto-char (point-min))
 	(let ((charsets (mm-find-mime-charset-region (point-min) (point-max)

  reply	other threads:[~2005-08-04  3:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-03 10:21 Jochen Küpper
2005-08-04  2:42 ` Katsumi Yamaoka
2005-08-04  3:05   ` Katsumi Yamaoka [this message]
     [not found]     ` <b4m3bpqpfkx.fsf-NvgVpDro27E@public.gmane.org>
2005-08-04 20:33       ` Jochen Küpper
2005-08-05  6:58         ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4m3bpqpfkx.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).