i want to replace ‘ and ’ with ' in html using python. i tried multiple ways but failed
I wrote a code that converts a Word document to HTML using pypandoc because I even want images in that. The problem is my docx file contains characters ‘ and ’ which turn into something different in HTML when sent…