[Python-checkins] python/dist/src/Doc/lib libgettext.tex,1.16,1.17

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Fri, 11 Apr 2003 14:28:13 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv5808

Modified Files:
	libgettext.tex 
Log Message:
Back out of setting the default charset to iso-8859-1.


Index: libgettext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgettext.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** libgettext.tex	11 Apr 2003 18:48:03 -0000	1.16
--- libgettext.tex	11 Apr 2003 21:28:10 -0000	1.17
***************
*** 296,300 ****
  \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
  key/value pairs are placed into a dictionary and set as the
  ``protected'' \member{_info} instance variable.
--- 296,300 ----
  \code{Content-Type} is found, then the \code{charset} property is used
  to initialize the ``protected'' \member{_charset} instance variable,
! 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.