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

Closes SF bug #551912.
This commit is contained in:
Fred Drake 2002-06-18 18:51:30 +00:00
parent 1b046e4314
commit 69d1fd2fdb
1 changed files with 1 additions and 0 deletions

View File

@ -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}