Function: rcirc-set-encode-coding-system

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

Signature

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

Documentation

Set the encode CODING-SYSTEM used in this channel.

Key Bindings

Source Code

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