Changeset 391 for python/trunk/Doc/library/email.charset.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/email.charset.rst
r2 r391 1 :mod:`email `: Representing character sets2 ----------------------------------------- 1 :mod:`email.charset`: Representing character sets 2 ------------------------------------------------- 3 3 4 4 .. module:: email.charset … … 250 250 *charset* is the canonical name of a character set. *codecname* is the name of a 251 251 Python codec, as appropriate for the second argument to the :func:`unicode` 252 built-in, or to the :meth:` encode` method of a Unicode string.253 252 built-in, or to the :meth:`~unicode.encode` method of a Unicode string. 253
Note:
See TracChangeset
for help on using the changeset viewer.