comakingspace / do-something

CoMakingSpace tasks and small projects
21 stars 2 forks source link

wikicrawler is having issues with german "umlaute" #95

Closed NitramLegov closed 5 years ago

NitramLegov commented 5 years ago

The wikicrawler does not include the encoding into the html document. Therefore, Internet Explorer and Firefox do not display special characters correctly. It works fine with chrome.

adding the following tag to the head solves the issue: <meta charset="utf-8">

We need to include this into the python script.

NitramLegov commented 5 years ago

https://github.com/comakingspace/CommonFiles/commit/4ee66301f81fbbfbac342a712dbfd384390f6a45

Should be fixed