Variable: rcirc-encode-coding-system
rcirc-encode-coding-system is a customizable variable defined in
rcirc.el.gz.
Value
utf-8
Documentation
Coding system used to encode outgoing irc messages.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-encode-coding-system 'utf-8
"Coding system used to encode outgoing irc messages."
:type 'coding-system)