[Python-checkins] python/dist/src/Doc/lib emailcharsets.tex,1.1,1.2

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Thu, 10 Oct 2002 08:23:41 -0700


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

Modified Files:
	emailcharsets.tex 
Log Message:
Document that the Charset constructor coerces its argument to lower
case.


Index: emailcharsets.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/emailcharsets.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** emailcharsets.tex	1 Oct 2002 04:33:14 -0000	1.1
--- emailcharsets.tex	10 Oct 2002 15:23:38 -0000	1.2
***************
*** 24,31 ****
  converted outright, and are not allowed in email.
  
! Optional \var{input_charset} is as described below.  After being alias
! normalized it is also used as a lookup into the registry of character
! sets to find out the header encoding, body encoding, and output
! conversion codec to be used for the character set.  For example, if
  \var{input_charset} is \code{iso-8859-1}, then headers and bodies will
  be encoded using quoted-printable and no output conversion codec is
--- 24,32 ----
  converted outright, and are not allowed in email.
  
! Optional \var{input_charset} is as described below; it is always
! coerced to lower case.  After being alias normalized it is also used
! as a lookup into the registry of character sets to find out the header
! encoding, body encoding, and output conversion codec to be used for
! the character set.  For example, if
  \var{input_charset} is \code{iso-8859-1}, then headers and bodies will
  be encoded using quoted-printable and no output conversion codec is