R
Rares Vernica
Hi,
How can I unescape HTML entities like " "?
I know about xml.sax.saxutils.unescape() but it only deals with "&",
"<", and ">".
Also, I know about htmlentitydefs.entitydefs, but not only this
dictionary is the opposite of what I need, it does not have " ".
It has to be in python 2.4.
Thanks a lot,
Ray
How can I unescape HTML entities like " "?
I know about xml.sax.saxutils.unescape() but it only deals with "&",
"<", and ">".
Also, I know about htmlentitydefs.entitydefs, but not only this
dictionary is the opposite of what I need, it does not have " ".
It has to be in python 2.4.
Thanks a lot,
Ray