diff --git a/lisp/gnus/gnus-icalendar.el b/lisp/gnus/gnus-icalendar.el index f79ce368437..e4ad2af0630 100644 --- a/lisp/gnus/gnus-icalendar.el +++ b/lisp/gnus/gnus-icalendar.el @@ -767,7 +767,7 @@ These will be used to retrieve the RSVP information from ical events." `(let ((,charset (cdr (assoc 'charset (mm-handle-type ,handle))))) (with-temp-buffer (mm-insert-part ,handle) - (when (string= ,charset "utf-8") + (when (string= (downcase ,charset) "utf-8") (decode-coding-region (point-min) (point-max) 'utf-8)) ,@body))))