Function: mm-coding-system-to-mime-charset

mm-coding-system-to-mime-charset is a byte-compiled function defined in mm-util.el.gz.

Signature

(mm-coding-system-to-mime-charset CODING-SYSTEM)

Documentation

Return the MIME charset corresponding to CODING-SYSTEM.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-util.el.gz
(defun mm-coding-system-to-mime-charset (coding-system)
  "Return the MIME charset corresponding to CODING-SYSTEM."
  (and coding-system
       (coding-system-get coding-system 'mime-charset)))