From: Fred Drake Date: Tue, 18 Jun 2002 18:51:30 +0000 (+0000) Subject: Note the limitation that mime_decode_header() only works for Latin-1. X-Git-Tag: v2.3c1~5272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69d1fd2fdbe972c577d5ba63f9da5051d1900031;p=python Note the limitation that mime_decode_header() only works for Latin-1. Closes SF bug #551912. --- diff --git a/Doc/lib/libmimify.tex b/Doc/lib/libmimify.tex index dffd1a003f..ae7c0bdc2e 100644 --- a/Doc/lib/libmimify.tex +++ b/Doc/lib/libmimify.tex @@ -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}