Kaydet (Commit) 69d1fd2f authored tarafından Fred Drake's avatar Fred Drake

Note the limitation that mime_decode_header() only works for Latin-1.

Closes SF bug #551912.
üst 1b046e43
......@@ -48,6 +48,7 @@ parts that are coded in the base64 encoding are decoded as well.
\begin{funcdesc}{mime_decode_header}{line}
Return a decoded version of the encoded header line in \var{line}.
This only supports the ISO 8859-1 charset (Latin-1).
\end{funcdesc}
\begin{funcdesc}{mime_encode_header}{line}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment