]> granicus.if.org Git - python/commit
Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround
authorVictor Stinner <vstinner@wyplay.com>
Fri, 9 Dec 2011 09:28:45 +0000 (10:28 +0100)
committerVictor Stinner <vstinner@wyplay.com>
Fri, 9 Dec 2011 09:28:45 +0000 (10:28 +0100)
commit69291c4af0e21b3630e87ea747bcefb55a410263
tree1551d3e954054ed2e1a2e0671fe7617448fa1656
parent5446bba269cedee3b93aa27eabcf2a7842fb1298
Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround
a mbstowcs() bug. For example, on Solaris, the hu_HU locale uses the locale
encoding ISO-8859-2, the thousauds separator is b'\xA0' and it is decoded as
U+30000020 (an invalid character) by mbstowcs().

The workaround is not enabled yet (commented): I would like first to get
more information about the failing locales.
Lib/test/test__locale.py