html2text icon indicating copy to clipboard operation
html2text copied to clipboard

Added additional HTML entities for ascii conversion.

Open heston opened this issue 12 years ago • 0 comments

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.

heston avatar Feb 19 '14 18:02 heston