Re: Python dict as unicode

2010-11-24 Thread Terry Reedy
On 11/24/2010 5:58 PM, Brendon wrote: Hi all, I am trying to convert a dictionary to a unicode string and it fails with an exception. I am awfully surprised but searching the web has not turned up anything useful. I understand why the exception ocurrs, but am not sure why this is the default beh

Python dict as unicode

2010-11-24 Thread Brendon
Hi all, I am trying to convert a dictionary to a unicode string and it fails with an exception. I am awfully surprised but searching the web has not turned up anything useful. I understand why the exception ocurrs, but am not sure why this is the default behaviour of python and if there is anythin