Variable: rcirc-decode-coding-system

rcirc-decode-coding-system is a customizable variable defined in rcirc.el.gz.

Value

utf-8

Documentation

Coding system used to decode incoming irc messages.

Set to undecided if you want the encoding of the incoming messages autodetected.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-decode-coding-system 'utf-8
  "Coding system used to decode incoming irc messages.
Set to `undecided' if you want the encoding of the incoming
messages autodetected."
  :type 'coding-system)