File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- \section {Standard Module \sectcode {quopri} }
1+ \section {Standard Module \module {quopri} }
22\label {module-quopri }
33\stmodindex {quopri}
44
55This module performs quoted-printable transport encoding and decoding,
66as defined in \rfc {1521}: `` MIME (Multipurpose Internet Mail Extensions)
77Part One'' . The quoted-printable encoding is designed for data where
8- there are relatively few nonprintable characters; the base-64 encoding
9- scheme available via the \code {base64} module is more compact if there
8+ there are relatively few nonprintable characters; the base64 encoding
9+ scheme available via the \module {base64} module is more compact if there
1010are many such characters, as when sending a graphics file.
11- \indexii {quoted printable}{encoding}
11+ \indexii {quoted- printable}{encoding}
1212\index {MIME!quoted-printable encoding}
1313
14- \setindexsubitem {(in module quopri)}
1514
1615\begin {funcdesc }{decode}{input, output}
1716Decode the contents of the \var {input} file and write the resulting
Original file line number Diff line number Diff line change 1- \section {Standard Module \sectcode {quopri} }
1+ \section {Standard Module \module {quopri} }
22\label {module-quopri }
33\stmodindex {quopri}
44
55This module performs quoted-printable transport encoding and decoding,
66as defined in \rfc {1521}: `` MIME (Multipurpose Internet Mail Extensions)
77Part One'' . The quoted-printable encoding is designed for data where
8- there are relatively few nonprintable characters; the base-64 encoding
9- scheme available via the \code {base64} module is more compact if there
8+ there are relatively few nonprintable characters; the base64 encoding
9+ scheme available via the \module {base64} module is more compact if there
1010are many such characters, as when sending a graphics file.
11- \indexii {quoted printable}{encoding}
11+ \indexii {quoted- printable}{encoding}
1212\index {MIME!quoted-printable encoding}
1313
14- \setindexsubitem {(in module quopri)}
1514
1615\begin {funcdesc }{decode}{input, output}
1716Decode the contents of the \var {input} file and write the resulting
You can’t perform that action at this time.
0 commit comments