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

Do not longer remove surrogates #1804

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

max-leuthaeuser
Copy link
Contributor

@max-leuthaeuser max-leuthaeuser commented Jan 13, 2025

UTF8 characters can only be encoded using surrogates. By replacing them we lose most UTF8 emojis and such. If we ever encounter actual unpaired surrogates in customer code we need a different fix.

For: joernio/joern#5222

UTF8 characters can only be encoded using surrogates.
By replacing them we lose most UTF8 emojis and such.
If we ever encound actual unpaired surrogates on code we need a different fix.
@max-leuthaeuser max-leuthaeuser merged commit 055c2a7 into master Jan 13, 2025
1 check passed
@max-leuthaeuser max-leuthaeuser deleted the max/unpairedSurrogates branch January 13, 2025 15:15
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.

2 participants