Variable: nnrss-file-coding-system

nnrss-file-coding-system is a customizable variable defined in nnrss.el.gz.

Value

utf-8-emacs

Documentation

Coding system used when reading and writing files.

If you run Gnus with various versions of Emacsen, the value of this variable should be the coding system that all those Emacsen support. Note that you have to regenerate all the nnrss groups if you change the value. Moreover, you should be patient even if you are made to read the same articles twice, that arises for the difference of the versions of xml.el.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnrss.el.gz
(defcustom nnrss-file-coding-system mm-universal-coding-system
  "Coding system used when reading and writing files.
If you run Gnus with various versions of Emacsen, the value of this
variable should be the coding system that all those Emacsen support.
Note that you have to regenerate all the nnrss groups if you change
the value.  Moreover, you should be patient even if you are made to
read the same articles twice, that arises for the difference of the
versions of xml.el."
  :type 'coding-system)