Variable: nnheader-pathname-coding-system

nnheader-pathname-coding-system is a customizable variable defined in nnheader.el.gz.

Value

iso-8859-1

Documentation

Coding system for file name.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnheader.el.gz
(defcustom nnheader-pathname-coding-system 'iso-8859-1
  "Coding system for file name."
  :group 'gnus-article-various		; FIXME?
  :type 'coding-system)