Function: rcirc-set-decode-coding-system

rcirc-set-decode-coding-system is an interactive and byte-compiled function defined in rcirc.el.gz.

Signature

(rcirc-set-decode-coding-system CODING-SYSTEM)

Documentation

Set the decode CODING-SYSTEM used in this channel.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defun rcirc-set-decode-coding-system (coding-system)
  "Set the decode CODING-SYSTEM used in this channel."
  (interactive "zCoding system for incoming messages: ")
  (setq-local rcirc-decode-coding-system coding-system))