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 processing of \U{...}. #1048

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Fix processing of \U{...}. #1048

merged 1 commit into from
Feb 6, 2024

Conversation

dpvc
Copy link
Member

@dpvc dpvc commented Feb 6, 2024

This PR fixes the index being used when \U{...} has been found so that it is at the correct location to continue processing. Without this, two occurrences of \U in a row will not process the second one. E.g., \text{\U{61}\U{62}} would produce a\U{62} rather than ab.

@dpvc dpvc requested a review from zorkow February 6, 2024 13:18
@dpvc dpvc added this to the v4.0 milestone Feb 6, 2024
Copy link
Member

@zorkow zorkow left a comment

Choose a reason for hiding this comment

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

lgtm.

@dpvc dpvc merged commit 99903c2 into develop Feb 6, 2024
@dpvc dpvc deleted the fix-unicode branch February 6, 2024 15:28
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