[issue1618] locale.strxfrm can't handle non-ascii strings

2008-03-08 Thread Martin v. Löwis
Martin v. Löwis added the comment: I found a way to fix this, using wchar_t functions. Fixed in r61307. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue1618] locale.strxfrm can't handle non-ascii strings

2007-12-13 Thread Martin v. Löwis
Martin v. Löwis added the comment: It operates on char*, not Unicode strings. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubs

[issue1618] locale.strxfrm can't handle non-ascii strings

2007-12-13 Thread Christian Heimes
Christian Heimes added the comment: What's wrong with the locale module? -- nosy: +tiran __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list

[issue1618] locale.strxfrm can't handle non-ascii strings

2007-12-13 Thread Martin v. Löwis
Martin v. Löwis added the comment: locale.strxfrm needs to be removed in Python 3, probably along with the entire locale module. We can't support it anymore. -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> __

[issue1618] locale.strxfrm can't handle non-ascii strings

2007-12-13 Thread Filip Salomonsson
New submission from Filip Salomonsson: locale.strxfrm currently does not handle non-ascii strings: $ ./python Python 3.0a2 (py3k:59482, Dec 13 2007, 21:27:14) [GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import loca