Commit 125b9b07 authored by Barry Warsaw's avatar Barry Warsaw

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

parent 6008cbd4
...@@ -295,7 +295,7 @@ meta-data is in \rfc{822}-style \code{key: value} pairs, and must ...@@ -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 contain the \code{Project-Id-Version}. If the key
\code{Content-Type} is found, then the \code{charset} property is used \code{Content-Type} is found, then the \code{charset} property is used
to initialize the ``protected'' \member{_charset} instance variable, 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 key/value pairs are placed into a dictionary and set as the
``protected'' \member{_info} instance variable. ``protected'' \member{_info} instance variable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment