[issue16258] test_local.TestEnUSCollection failures on Solaris 10

Jesús Cea Avión report at bugs.python.org
Wed Oct 17 15:05:36 CEST 2012


Jesús Cea Avión added the comment:

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�'
"""

----------
keywords: +3.3regression

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16258>
_______________________________________


More information about the Python-bugs-list mailing list