Hi monks,
I'm trying to get HTML response from a certain website,parse the results and send them to another program.
The response contains non-English characters, therefore I'm using the HTML::Entities module and use the command : decode_entities($response);.
However, there are some characters which I cannot handle.
e.g :
etc.
into  instead of its real value (it's a superscript).
Do you have any idea how to handle these characters?