Variable: gnus-default-charset

gnus-default-charset is a customizable variable defined in gnus.el.gz.

Value

undecided

Documentation

Default charset assumed to be used when viewing non-ASCII characters.

This variable is overridden on a group-to-group basis by the gnus-group-charset-alist variable and is only used on groups not covered by that variable.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-default-charset 'undecided
  "Default charset assumed to be used when viewing non-ASCII characters.
This variable is overridden on a group-to-group basis by the
`gnus-group-charset-alist' variable and is only used on groups not
covered by that variable."
  :type 'symbol
  :group 'gnus-charset)