Wesley Brooks wrote:
Thanks Tim Golden,
That'll do the trick! Thought there must have been something simple for it!
To be perverse, you *could* have done it like this:
eval ("u'\u" + "%s%s'" % ("0d", "fe"))
But please don't :)
TJG
___
Tutor mailli
Thanks Tim Golden,
That'll do the trick! Thought there must have been something simple for it!
Cheers,
Wesley Brooks
2008/7/28 Tim Golden <[EMAIL PROTECTED]>:
> Wesley Brooks wrote:
>>
>> I'm trying to create a unicode character from two bytes. Unfortunatly
>> I'm getting a "UnicodeDecodeError"
Wesley Brooks wrote:
I'm trying to create a unicode character from two bytes. Unfortunatly
I'm getting a "UnicodeDecodeError". Can some one please suggest an
alternative way of doing what's bellow? In the example bellow the two
bytes have been converted into a string hex value, but they could jus
Dear Users,
I'm trying to create a unicode character from two bytes. Unfortunatly
I'm getting a "UnicodeDecodeError". Can some one please suggest an
alternative way of doing what's bellow? In the example bellow the two
bytes have been converted into a string hex value, but they could just
as easil