char 128? no... 256
Afanasiy
abelikov72 at hotmail.com
Tue Feb 11 23:40:43 EST 2003
More information about the Python-list mailing list
Tue Feb 11 23:40:43 EST 2003
- Previous message (by thread): char 128? no... 256
- Next message (by thread): char 128? no... 256
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 12 Feb 2003 04:37:28 GMT, Afanasiy <abelikov72 at hotmail.com> wrote: >On Tue, 11 Feb 2003 20:23:05 -0800, Erik Max Francis <max at alcyone.com> >wrote: > >>Afanasiy wrote: >> >>> Oh, and I did try this... it says it doesn't support decoding... >> >>You're going to have to give us more information to go on than this. >>Show us the exact object you're dealing with and exactly what you're >>trying to do with it and the exact error that you're getting in the >>process. > >>>> s = 'ö' >>>> s >'\x94' >>>> print s >ö > [lots of idle snipping] I actually left out a few combinations from my tests... I hope these will suffice. I find it interesting that u'o' will print but not decode and u'ö' will not print or decode
- Previous message (by thread): char 128? no... 256
- Next message (by thread): char 128? no... 256
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list