]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Note the limitation that mime_decode_header() only works for Latin-1.
authorFred Drake <fdrake@acm.org>
Tue, 18 Jun 2002 18:52:16 +0000 (18:52 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 Jun 2002 18:52:16 +0000 (18:52 +0000)
Closes SF bug #551912.

Doc/lib/libmimify.tex

index 096c38aac8467b02a3ea740a067fbc196ea8bd75..efa1e9da4d0924d160452768db339b5c03405b26 100644 (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}