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 html unicode hex escapes being one character short #2118

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

Kr0nox
Copy link
Member

@Kr0nox Kr0nox commented Dec 21, 2024

Currently, the semicolon of hex escapes for Unicode characters is not added to the string. Due to this, if a valid Unicode character follows them (see #2110) strange symbols can appears. Other issues may arise when non-valid characters follow.

This PR makes sure the semicolon is included in the string, and this fixes #2110
grafik

@Kr0nox Kr0nox linked an issue Dec 21, 2024 that may be closed by this pull request
Copy link

@Kr0nox Kr0nox requested a review from a team December 22, 2024 09:15
@Kr0nox Kr0nox added bug Issue/PR that involves a bug report-viewer PR / Issue deals (partly) with the report viewer and thus involves web-dev technologies labels Dec 22, 2024
@tsaglam tsaglam added the minor Minor issue/feature/contribution/change label Dec 24, 2024
@tsaglam tsaglam merged commit 6b0c3ef into develop Dec 24, 2024
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue/PR that involves a bug minor Minor issue/feature/contribution/change report-viewer PR / Issue deals (partly) with the report viewer and thus involves web-dev technologies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JPlag viewer displaying strange characters
2 participants