I had converted a Word Document(docx) to html, the converted html has windows-1252 as its character encoding. In .Net for this 1252 character encoding all the special charac
Use Encoding.Convert method. Details are in the Encoding.Convert method MSDN article.
Encoding.Convert