I recieve HTML-files and they contain Strings like that "
("), ü
(ΓΌ) and so on.
I need them humand-readable. So I could use str.replace()
for that. But isn't there a package/library for Python3 which knows all character-codes by itself and could handle that?