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 jcea
Recipients jcea, loewis, pitrou, trent
Date 2012-10-17.13:05:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350479136.84.0.547029008234.issue16258@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, this works in python 3.2:

x86, 32 bit python, Solaris 10 update 10:

"""
Python 3.2.3 (default, Apr 12 2012, 13:29:13) 
[GCC 4.7.0] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
'en_US.UTF-8'
>>> locale.strxfrm('a')
'���\U00010f69�'
"""
History
Date User Action Args
2012-10-17 13:05:36jceasetrecipients: + jcea, loewis, pitrou, trent
2012-10-17 13:05:36jceasetmessageid: <1350479136.84.0.547029008234.issue16258@psf.upfronthosting.co.za>
2012-10-17 13:05:36jcealinkissue16258 messages
2012-10-17 13:05:36jceacreate