Re: html codes

2008-12-09 Thread Daniel Fetchinson
>> I came across a javascript library that returns all sorts of html >> codes in the cookies it sets and I need my web framework (written in >> python :)) to decode them. I'm aware of htmlentitydefs but >> htmlentitydefs.entitydefs.keys( ) are of the form '&am

Re: html codes

2008-12-09 Thread Peter Otten
Daniel Fetchinson wrote: > I came across a javascript library that returns all sorts of html > codes in the cookies it sets and I need my web framework (written in > python :)) to decode them. I'm aware of htmlentitydefs but > htmlentitydefs.entitydefs.keys( ) are of the form

Re: html codes

2008-12-09 Thread Matt Nordhoff
Daniel Fetchinson wrote: > Hi folks, > > I came across a javascript library that returns all sorts of html > codes in the cookies it sets and I need my web framework (written in > python :)) to decode them. I'm aware of htmlentitydefs but > htmlentitydefs.entitydefs.keys( )

html codes

2008-12-08 Thread Daniel Fetchinson
Hi folks, I came across a javascript library that returns all sorts of html codes in the cookies it sets and I need my web framework (written in python :)) to decode them. I'm aware of htmlentitydefs but htmlentitydefs.entitydefs.keys( ) are of the form '&#xxx' but this java