-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: Unfailable unescaper #41
Comments
If it would be appropriate for this project, I would be interested in working on a PR. |
I'm not familiar with glib, but would |
No, it's really more of a best attempt of unescaping. So unescaping what can be unescaped and leaving the rest, in a sort of left to right fashion. They call it "compressing" but is essentially the same idea as unescaping. If you want to give it a try, use |
Would it be appropriate for this project to also include version of
unescape
that cannot fail? Specifically where it would fail at unescaping it just shows the original string, but it continues to try to unescape the rest of the string.For context I need something with the behavior similar to glib's g_strcompress.
The text was updated successfully, but these errors were encountered: