Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added additional HTML entities for ascii conversion. #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heston
Copy link

@heston heston commented Feb 19, 2014

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.

stefanor added a commit to stefanor/html2text that referenced this pull request Jan 14, 2016
We can't use the new default, until we stop supporting all versions of
Python that don't accept this argument (it appeared in 3.4)

Fixes: aaronsw#89
stefanor added a commit to stefanor/html2text that referenced this pull request Jan 14, 2016
We can't use the new default, until we stop supporting all versions of
Python that don't accept this argument (it appeared in 3.4)

Fixes: aaronsw#89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant