Back out of setting the default charset to iso-8859-1.

This commit is contained in:
Barry Warsaw 2003-04-11 21:28:10 +00:00
parent 6008cbd4c2
commit 125b9b0736
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ meta-data is in \rfc{822}-style \code{key: value} pairs, and must
contain the \code{Project-Id-Version}. If the key
\code{Content-Type} is found, then the \code{charset} property is used
to initialize the ``protected'' \member{_charset} instance variable,
defaulting to \code{iso-8859-1} if not found. The entire set of
defaulting to \code{None} if not found. The entire set of
key/value pairs are placed into a dictionary and set as the
``protected'' \member{_info} instance variable.