aaronsw / html2text

Convert HTML to Markdown-formatted text.
http://www.aaronsw.com/2002/html2text/
GNU General Public License v3.0
2.63k stars 414 forks source link

do not support chinese? #114

Open sandyplus opened 6 years ago

sandyplus commented 6 years ago

I get this error if part of my text is chinese UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 0: ordinal not in range(128)

lcmartinezdev commented 6 years ago

Yes, with Python 3. image