Skip to content

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