I have a HTML file and it has some information in spanish. I am using a third party control to convert this HTML file into RTF document. The third party software I am using is Subsystems HTML Addon.
The HTML file has
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
I think the subsystems software is not able to recognize the characters greater than 127.
I tried replacing the characters with ASCII>127 to their HTML entity code For ex, ò with •
and then sending the document to converter but that didn't help.
Any one has any ideas?