html2text
html2text copied to clipboard
Added additional HTML entities for ascii conversion.
I was running into a UnicodeEncodeError trying to save an ascii file created by html2text. Turns out there were a few valid HTML entities we were using that were not being converted properly. This small commit adds those missing entities.
Thanks for taking a look.