summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libgettext.tex
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-04-11 21:28:10 (GMT)
committerBarry Warsaw <barry@python.org>2003-04-11 21:28:10 (GMT)
commit125b9b0736c771d39b87311f31854518dbf052ca (patch)
tree9e3675fe64993d53db05407430522fd3d41b58e6 /Doc/lib/libgettext.tex
parent6008cbd4c2b5b4f5e9941f312804e12c88aa6efe (diff)
downloadcpython-125b9b0736c771d39b87311f31854518dbf052ca.zip
cpython-125b9b0736c771d39b87311f31854518dbf052ca.tar.gz
cpython-125b9b0736c771d39b87311f31854518dbf052ca.tar.bz2
Back out of setting the default charset to iso-8859-1.
Diffstat (limited to 'Doc/lib/libgettext.tex')
-rw-r--r--Doc/lib/libgettext.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex
index ac5ad8c..0c94e99 100644
--- a/Doc/lib/libgettext.tex
+++ b/Doc/lib/libgettext.tex
@@ -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.