Hello everybody,
I am trying to read some data from an HTML page.
What Mathematica function, if there exists, can convert html codes to human-readable characters. For example:
"é" --> "é" "Ω" --> "Ω"
Thanks in advance.
Thanks Eric.
It is very easy to be lost in so many functions..
Maybe
ImportString["é", "HTML"] ImportString["Ω", "HTML"]