diff options
author | Fred Drake <fdrake@acm.org> | 2002-06-18 18:51:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-06-18 18:51:30 (GMT) |
commit | 69d1fd2fdbe972c577d5ba63f9da5051d1900031 (patch) | |
tree | ea2f53d7a62615b4fb865e2214c01d75f9adf681 /Doc/lib | |
parent | 1b046e4314b516746f7ef387e1b00a7e8a79614d (diff) | |
download | cpython-69d1fd2fdbe972c577d5ba63f9da5051d1900031.zip cpython-69d1fd2fdbe972c577d5ba63f9da5051d1900031.tar.gz cpython-69d1fd2fdbe972c577d5ba63f9da5051d1900031.tar.bz2 |
Note the limitation that mime_decode_header() only works for Latin-1.
Closes SF bug #551912.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libmimify.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libmimify.tex b/Doc/lib/libmimify.tex index dffd1a0..ae7c0bd 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} |