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

Feature request: Add optional support for ISO-8859-1 characters #83

Open
deniskabana opened this issue Dec 21, 2021 · 0 comments
Open

Comments

@deniskabana
Copy link

Taking my source from https://www.freeformatter.com/html-entities.html

I am working with strings, that have HTML entities coming from the ISO-8859-1 table, like á and he.decode() doesn't transform that and there also isn't any option to enable this optionally.

I understand the list of characters will make the source code larger, so it might be an optional submodule for handling these types of characters.

Example string I have:
BEFORE
& Lepiaca penová páska
AFTER
& Lepiaca penová páska

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

No branches or pull requests

1 participant