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

Escape only the characters that need to be escaped. #20

Closed
josecriane opened this issue Aug 6, 2024 · 0 comments · Fixed by #22
Closed

Escape only the characters that need to be escaped. #20

josecriane opened this issue Aug 6, 2024 · 0 comments · Fixed by #22

Comments

@josecriane
Copy link
Member

We are currently forcing the escape of characters that are not needed, such as /.

According to the RFC7159, characters between U+0000 and U+001F, as well as " and \, must be escaped.

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