mm-decode.el (mm-shr): Allow overriding charset by mm-charset-override-alist

This commit is contained in:
Katsumi Yamaoka 2012-07-09 02:13:07 +00:00
parent 31542918c3
commit b50e511206
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
* mm-decode.el (mm-shr):
Allow overriding charset by mm-charset-override-alist.
2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-art.el (gnus-article-view-part):

View file

@ -1772,7 +1772,8 @@ If RECURSIVE, search recursively."
(insert (prog1
(if (and charset
(setq charset
(mm-charset-to-coding-system charset))
(mm-charset-to-coding-system charset
nil t))
(not (eq charset 'ascii)))
(mm-decode-coding-string (buffer-string) charset)
(mm-string-as-multibyte (buffer-string)))