Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Subject: Re: Pterodactyl Gnus v0.41 is released
Date: 08 Nov 1998 00:38:53 -0500	[thread overview]
Message-ID: <2nogqihhg2.fsf@zsh.cs.rochester.edu> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "08 Nov 1998 01:00:45 +0100"

>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

LMI> 1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>

LMI> 	* gnus-art.el (article-decode-charset): Downcase charset.

It is not necessary. `charset' is only passed to mm-decode-body, then
mm-charset-to-coding-system. `charset' is downcased in
mm-charset-to-coding-system. 

In gnus-art.el(article-decode-charset)

    (when charset
	  (setq charset (downcase charset)))

In mm-util.el(mm-charset-to-coding-system)

  (when (stringp charset)
    (setq charset (intern (downcase charset))))


-- 
Shenghuo


  reply	other threads:[~1998-11-08  5:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-08  0:00 Lars Magne Ingebrigtsen
1998-11-08  5:38 ` Shenghuo ZHU [this message]
1998-11-10  4:38   ` Lars Magne Ingebrigtsen
1998-11-09 12:33 ` Per Abrahamsen

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=2nogqihhg2.fsf@zsh.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /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).