unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: 5647@debbugs.gnu.org
Cc: ding@gnus.org, jidanni@jidanni.org
Subject: bug#5647: 23.1.92; MS950 Charset in Q/B headers
Date: Mon, 08 Mar 2010 13:11:50 +0900	[thread overview]
Message-ID: <b4my6i3bgft.fsf__7039.38500159911$1268022271$gmane$org@jpl.org> (raw)
In-Reply-To: <87fx4pn1n7.fsf@jidanni.org>

>>>>> Kenichi Handa wrote:
> It seems that Gnus is not yet using coding-system-from-name.

This will probably work.

--- mm-util.el~	2010-01-13 09:41:40 +0000
+++ mm-util.el	2010-03-08 04:10:44 +0000
@@ -566,6 +566,9 @@
 ;;; 	 (eq charset (coding-system-get charset 'mime-charset))
 	 )
     charset)
+   ;; Use coding system Emacs knows.
+   ((and (fboundp 'coding-system-from-name)
+	 (coding-system-from-name charset)))
    ;; Eval expressions from `mm-charset-eval-alist'
    ((let* ((el (assq charset mm-charset-eval-alist))
 	   (cs (car el))

But I'm not sure it is a bugfix since there're some ways for a user
to tell Gnus that ms950 is cp950 (e.g. `mm-charset-synonym-alist').






  reply	other threads:[~2010-03-08  4:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25  8:46 23.1.92; MS950 Charset in Q/B headers jidanni
2010-03-08  1:11 ` bug#5647: " Kenichi Handa
2010-03-08  4:11   ` Katsumi Yamaoka [this message]
     [not found]   ` <b4my6i3bgft.fsf@jpl.org>
2010-03-15  1:43     ` Katsumi Yamaoka
     [not found]     ` <b4miq8ye4v6.fsf@jpl.org>
2010-03-15 19:20       ` Glenn Morris

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='b4my6i3bgft.fsf__7039.38500159911$1268022271$gmane$org@jpl.org' \
    --to=yamaoka@jpl.org \
    --cc=5647@debbugs.gnu.org \
    --cc=ding@gnus.org \
    --cc=jidanni@jidanni.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).