]> granicus.if.org Git - python/commitdiff
Note the limitation that mime_decode_header() only works for Latin-1.
authorFred Drake <fdrake@acm.org>
Tue, 18 Jun 2002 18:51:30 +0000 (18:51 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 Jun 2002 18:51:30 +0000 (18:51 +0000)
Closes SF bug #551912.

Doc/lib/libmimify.tex

index dffd1a003faa4f92cb25c7cac94ab293fe47ca97..ae7c0bdc2e6d84fb7a4624b97c1523b570438971 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}