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

Add encoding function that does not double-encode existing entities #19

Open
martinsvalin opened this issue Sep 25, 2019 · 0 comments · May be fixed by #20
Open

Add encoding function that does not double-encode existing entities #19

martinsvalin opened this issue Sep 25, 2019 · 0 comments · May be fixed by #20

Comments

@martinsvalin
Copy link
Owner

See #15, but implementation needs to be reworked.

Essentially, a string like "this has both unsafe characters &<> and an existing &amp; entity" should encode to "this has both unsafe characters &amp;&lt;&gt; and an existing &amp; entity"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant