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 vstinner
Recipients docs@python, vstinner
Date 2010-11-26.21:08:30
SpamBayes Score 0.01871724
Marked as misclassified No
Message-id <1290805712.04.0.751752211923.issue10546@psf.upfronthosting.co.za>
In-reply-to
Content
Python3 doc tells that UTF-16-LE and UTF-16-BE only support BMP characters. What? I think that it is wrong.

It was maybe wrong with Python2 and narrow build (unichr() only supports BMP characters), but it is no more true in Python3.
History
Date User Action Args
2010-11-26 21:08:32vstinnersetrecipients: + vstinner, docs@python
2010-11-26 21:08:32vstinnersetmessageid: <1290805712.04.0.751752211923.issue10546@psf.upfronthosting.co.za>
2010-11-26 21:08:30vstinnerlinkissue10546 messages
2010-11-26 21:08:30vstinnercreate