This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients eric.araujo, eric.smith, ncoghlan, r.david.murray
Date 2010-09-17.13:43:11
SpamBayes Score 0.001305909
Marked as misclassified No
Message-id <1284730994.47.0.214708209747.issue9873@psf.upfronthosting.co.za>
In-reply-to
Content
From the python-dev thread (http://mail.python.org/pipermail/python-dev/2010-September/103780.html):
==============
So the domain of any polymorphic text manipulation functions we define would be:
 - Unicode strings
 - byte sequences where the encoding is either:
   - a single byte ASCII superset (e.g. iso-8859-*, cp1252, koi8*, mac*)
   - an ASCII compatible multibyte encoding (e.g. UTF-8, EUC-JP)

Passing in byte sequences that are encoded using an ASCII incompatible
multibyte encoding (e.g. CP932, UTF-7, UTF-16, UTF-32, shift-JIS,
big5, iso-2022-*, EUC-CN/KR/TW) or a single byte encoding that is not
an ASCII superset (e.g. EBCDIC) will have undefined results.
==================
History
Date User Action Args
2010-09-17 13:43:14ncoghlansetrecipients: + ncoghlan, eric.smith, eric.araujo, r.david.murray
2010-09-17 13:43:14ncoghlansetmessageid: <1284730994.47.0.214708209747.issue9873@psf.upfronthosting.co.za>
2010-09-17 13:43:12ncoghlanlinkissue9873 messages
2010-09-17 13:43:11ncoghlancreate