-
Notifications
You must be signed in to change notification settings - Fork 139
Description
Hi!
When I try to download the following website:
https://zerohplovecraft.wordpress.com/2020/01/12/nursery-rhyme-for-techno-industrial-society/
the quotation marks " and ' get converted to � .
When I try to download the following site:
https://zerohplovecraft.wordpress.com/2018/05/11/the-gig-economy-2/
I get a UnicodeEncodeError:
Traceback (most recent call last): File "C:\env\Scripts\webpage2html-script.py", line 11, in <module> load_entry_point('webpage2html==0.3.6', 'console_scripts', 'webpage2html')() File "c:\env\lib\site-packages\webpage2html.py", line 390, in main sys.stdout.write(rs) File "C:\Python38\lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\u1e25' in position 3300633: character maps to <undefined>
Can you please take a look at what might be causing this?