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 dffd1a0..ae7c0bd 100644
--- a/Doc/lib/libmimify.tex
+++ b/Doc/lib/libmimify.tex
@@ -48,6 +48,7 @@
 
 \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}