quoted-printable-decode-region

quoted-printable-decode-region is an interactive autoloaded Lisp function in `qp.el'.


(quoted-printable-decode-region FROM TO &optional CODING-SYSTEM)

Decode quoted-printable in the region between FROM and TO, per RFC 2045.
If CODING-SYSTEM is non-nil, decode bytes into characters with that
coding-system.

Interactively, you can supply the CODING-SYSTEM argument
with C-x RET c.

The CODING-SYSTEM argument is a historical hangover and is deprecated.
QP encodes raw bytes and should be decoded into raw bytes. Decoding
them into characters should be done separately.