Message173168
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�'
""" |
|
Date |
User |
Action |
Args |
2012-10-17 13:05:36 | jcea | set | recipients:
+ jcea, loewis, pitrou, trent |
2012-10-17 13:05:36 | jcea | set | messageid: <1350479136.84.0.547029008234.issue16258@psf.upfronthosting.co.za> |
2012-10-17 13:05:36 | jcea | link | issue16258 messages |
2012-10-17 13:05:36 | jcea | create | |
|