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

Fix issues parsing unicode char literals #98

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Conversation

rotty
Copy link
Owner

@rotty rotty commented Feb 7, 2024

No description provided.

Andreas Rottmann added 3 commits February 7, 2024 22:33
Some two-byte sequences were not being able to be decoded, as the
calculation for the length was broken.

Fixes #92.
The test are inspired by issue #92; we now should cover parsing from
non-hex-encoded ("raw") non-ASCII (i.e., UTF-8 encoded) character
literals.
@rotty rotty merged commit 5a381de into master Feb 7, 2024
4 checks passed
@rotty rotty deleted the wip/unicode-chars branch February 7, 2024 21:59
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