Skip to content

Commit 9200bc2

Browse files
committed
Note the limitation that mime_decode_header() only works for Latin-1.
Closes SF bug #551912.
1 parent 3ab1798 commit 9200bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/lib/libmimify.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ \section{\module{mimify} ---
4848

4949
\begin{funcdesc}{mime_decode_header}{line}
5050
Return a decoded version of the encoded header line in \var{line}.
51+
This only supports the ISO 8859-1 charset (Latin-1).
5152
\end{funcdesc}
5253

5354
\begin{funcdesc}{mime_encode_header}{line}

0 commit comments

Comments
 (0)