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 chris.jerdonek
Recipients chris.jerdonek, vstinner
Date 2012-08-08.22:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344463625.09.0.0725846597279.issue15595@psf.upfronthosting.co.za>
In-reply-to
Content
> How do you set the locale encoding to UTF-16? Do you mean UTF-16, UTF-16-LE or UTF-16-BE?

I confirmed that the issue occurs for all of these.  For testing purposes, you can do--

locale.getpreferredencoding = lambda do_setlocale: 'utf-16'
History
Date User Action Args
2012-08-08 22:07:05chris.jerdoneksetrecipients: + chris.jerdonek, vstinner
2012-08-08 22:07:05chris.jerdoneksetmessageid: <1344463625.09.0.0725846597279.issue15595@psf.upfronthosting.co.za>
2012-08-08 22:07:04chris.jerdoneklinkissue15595 messages
2012-08-08 22:07:04chris.jerdonekcreate