Function: coding-system-translation-table-for-encode
coding-system-translation-table-for-encode is an autoloaded and
byte-compiled function defined in mule-util.el.gz.
Signature
(coding-system-translation-table-for-encode CODING-SYSTEM)
Documentation
Return the value of CODING-SYSTEM's encode-translation-table property.
Source Code
;; Defined in /usr/src/emacs/lisp/international/mule-util.el.gz
;;;###autoload
(defun coding-system-translation-table-for-encode (coding-system)
"Return the value of CODING-SYSTEM's `encode-translation-table' property."
(coding-system-get coding-system :encode-translation-table))