Variable: mm-hack-charsets

mm-hack-charsets is a variable defined in mm-util.el.gz.

Value

(iso-8859-15 iso-2022-jp-2)

Documentation

A list of special charsets.

Valid elements include:
iso-8859-15 convert ISO-8859-1, -9 to ISO-8859-15 if ISO-8859-15 exists.
iso-2022-jp-2 convert ISO-2022-jp to ISO-2022-jp-2 if ISO-2022-jp-2 exists.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-util.el.gz
(defvar mm-hack-charsets '(iso-8859-15 iso-2022-jp-2)
  "A list of special charsets.
Valid elements include:
`iso-8859-15'    convert ISO-8859-1, -9 to ISO-8859-15 if ISO-8859-15 exists.
`iso-2022-jp-2'  convert ISO-2022-jp to ISO-2022-jp-2 if ISO-2022-jp-2 exists."
)