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

A new feature suggestion: add an escape option to decode function #88

Open
ShuhaoZQGG opened this issue Sep 20, 2022 · 1 comment
Open

Comments

@ShuhaoZQGG
Copy link

I have a special need of decoding a file contains html entities but only escape "&" otherwise it will break another 3rd party library. It will be handy if we have an additional option to escape certain html entites.

Also please kindly suggest me how to do this if there is a way to escape some html entities while decoding.

Thank you.

@ShuhaoZQGG
Copy link
Author

My workaround now is to split around the specific html entity, decode each part and then join them back together.

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