Variable: rfc1843-decode-hzp
rfc1843-decode-hzp is a customizable variable defined in
rfc1843.el.gz.
Value
t
Documentation
HZ+ decoding support if non-nil.
HZ+ specification (also known as HZP) is to provide a standardized
7-bit representation of mixed Big5, GB, and ASCII text for convenient
e-mail transmission, news posting, etc.
Source Code
;; Defined in /usr/src/emacs/lisp/international/rfc1843.el.gz
(defcustom rfc1843-decode-hzp t
"HZ+ decoding support if non-nil.
HZ+ specification (also known as HZP) is to provide a standardized
7-bit representation of mixed Big5, GB, and ASCII text for convenient
e-mail transmission, news posting, etc."
:type 'boolean
:group 'mime)