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