Re: Remove uncide notation

2012-10-19 Thread 88888 Dihedral
Ashish Jain於 2012年10月18日星期四UTC+8下午5時27分04秒寫道: > Hi, > > > > I have a html string in an object, when I do repr() of that object, I get > value as: > > > > {'Id' : 1, 'Body': u' Hello '} > > > > I don't wish to have 'u' as the character in my string representation. As > this is not a valid

Re: Remove uncide notation

2012-10-18 Thread Ashish Jain
On Thursday, 18 October 2012 15:10:33 UTC+5:30, Chris Rebert wrote: > On Thu, Oct 18, 2012 at 2:27 AM, Ashish Jain wrote: > > > Hi, > > > > > > I have a html string in an object, when I do repr() of that object, I get > > value as: > > > > > > {'Id' : 1, 'Body': u' Hello '} > > > > > > I d

Re: Remove uncide notation

2012-10-18 Thread Chris Rebert
On Thu, Oct 18, 2012 at 2:27 AM, Ashish Jain wrote: > Hi, > > I have a html string in an object, when I do repr() of that object, I get > value as: > > {'Id' : 1, 'Body': u' Hello '} > > I don't wish to have 'u' as the character in my string representation. As > this is not a valid json notation