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

Question: What is the intend of the characters half-way on line 153 in create_label.adb of TestGTK? #50

Open
dvraaij opened this issue May 7, 2023 · 1 comment

Comments

@dvraaij
Copy link

dvraaij commented May 7, 2023

Some seemingly random characters/bytes have been inserted half way on line 153 in create_label.adb (link). What is the intend of these bytes?

@Rombobeorn
Copy link

In Fedora the presence of those bytes causes the underlined label to not be displayed, probably because the string is not valid UTF-8. We tried assuming that the source file is encoded in ISO-8859-1 and transcoding it to UTF-8. That made the underlined label appear, but it looked wrong, and the sigma in the markup label was destroyed, so that's not the solution.

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

No branches or pull requests

2 participants