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

Accept unescaped U+007F DELETE per RFC 7159 #48

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

Conversation

gibson042
Copy link

Fixes gh-46

@@ -83,11 +83,11 @@ tokenize () {
if echo "test string" | egrep -o "test" >/dev/null 2>&1
then
ESCAPE='(\\[^u[:cntrl:]]|\\u[0-9a-fA-F]{4})'
CHAR='[^[:cntrl:]"\\]'
CHAR='([^[:cntrl:]"\\]|)'
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pay no attention to the UTF-8 behind the curtain...

image

@gibson042
Copy link
Author

I just noticed that this was still open. Any plans to land it?

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