I am trying to scrape a webpage whose charset like this
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
and when I get the page source using python requests, I get content like this:
কথায় বলে- মাছে ভাতে বাঙালি।</p> <p>কবি ঈশ্বর গুপ্ত আরেক ধাপ এগিয়ে বলেন, 'ভাত-মাছ খেয়ে বাঁচে বাঙ্গালি সকল/ ধানে ভরা ভ
How can I get original content out of these string in python?