I have a problem converting HTML to normal text. I'm reading some pages and those include unicode signs like \u00f3 and \u00f1, etc. I want those converted to normal ASCII (not ó and ñ but o and n).
I've tried a lot in Python, but does anyone know an easy solution?