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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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
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 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
1 participant