>> 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 'xx' but this
>> javascript library uses
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 'xx' but this
> ja
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( ) are of the form 'xx'