I have installed Python 2.7.13, pip and beautifulsoup on Win10. I want to convert a big file with html entities into Unicode characters and I am not sure how to go about it (I don't know much about Python). The file contents look like this:
<b>γέρων</b>, <i>οντος, ὁ</i>, Wurzel <i>ΓΕΡ</i>, verwandt mit <i>γέρας, γεραρός, γεραιός</i>
I can do small parts with EmEditor (using Edit > Encode/Decode Selection -> HTML/XML character reference to Unicode) but it is too slow and cannot cope with a big file conversion).
I would be happy for any (offline) solution for this.
Thank you for your help, I did manage to do it quite easily with the latest version of EmEditor which proved to be quite fast:
Select text > Edit > Encode/Decode Selection -> HTML/XML character reference to Unicode