Function: encode-hz-buffer
encode-hz-buffer is an autoloaded, interactive and byte-compiled
function defined in china-util.el.gz.
Signature
(encode-hz-buffer)
Documentation
Encode the text in the current buffer to HZ.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/language/china-util.el.gz
;;;###autoload
(defun encode-hz-buffer ()
"Encode the text in the current buffer to HZ."
(interactive)
(encode-hz-region (point-min) (point-max)))