Variable: erc-log-file-coding-system
erc-log-file-coding-system is a customizable variable defined in
erc-log.el.gz.
Value
emacs-mule
Documentation
The coding system ERC should use for writing log files.
This should ideally, be a "catch-all" coding system, like
emacs-mule, or iso-2022-7bit.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-log.el.gz
(defcustom erc-log-file-coding-system 'emacs-mule
"The coding system ERC should use for writing log files.
This should ideally, be a \"catch-all\" coding system, like
`emacs-mule', or `iso-2022-7bit'."
:type 'coding-system)