[issue2481] locale.strxfrm does not work with Unicode strings

2020-05-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyt

[issue2481] locale.strxfrm does not work with Unicode strings

2012-01-01 Thread Jay Freeman (saurik)
Jay Freeman (saurik) added the comment: I have attached a tested patch against Python-2.7.2.tgz (as I do not know how to use hg currently). It should be noted that I also am not 100% certain how the Python build environment works, but the way I added the wcsxfrm test was to add it to configur

[issue2481] locale.strxfrm does not work with Unicode strings

2012-01-01 Thread Martin v . Löwis
Martin v. Löwis added the comment: saurik: can you propose a patch? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue2481] locale.strxfrm does not work with Unicode strings

2012-01-01 Thread Jay Freeman (saurik)
Jay Freeman (saurik) added the comment: Given that Python 3.x is still not ready for general use (and when this is discussed people make it quite clear that this is to be expected, and that a many year timeline was originally proposed for the Python 3.0 transition), it seems like this bug fix

[issue2481] locale.strxfrm does not work with Unicode strings

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 2.7 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue2481] locale.strxfrm does not work with Unicode strings

2008-03-25 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Sure, although it probably shouldn't be backported to 2.5. -- versions: +Python 2.6 -Python 2.5 __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2481] locale.strxfrm does not work with Unicode strings

2008-03-25 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Can it be backported? -- nosy: +benjamin.peterson __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2481] locale.strxfrm does not work with Unicode strings

2008-03-25 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: FWIW, this is fixed in Python 3.0. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing

[issue2481] locale.strxfrm does not work with Unicode strings

2008-03-25 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> loewis nosy: +loewis __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailin

[issue2481] locale.strxfrm does not work with Unicode strings

2008-03-25 Thread Christoph Zwerschke
New submission from Christoph Zwerschke <[EMAIL PROTECTED]>: While locale.strcoll seems to work with Unicode strings, locale.strxfrm gives a UnicodeError. Example: ### try: locale.setlocale(locale.LC_ALL, 'de') except locale.Error: # Windoof locale.setlocale(locale.LC_ALL, 'german') s