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 UTF-8 decoding errors #169

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Fix UTF-8 decoding errors #169

merged 1 commit into from
Jan 30, 2024

Conversation

szschaler
Copy link
Contributor

This PR fixes some issues with encoding / decoding of UTF-8, especially in relation to Base64 (see also https://developer.mozilla.org/en-US/docs/Glossary/Base64#the_unicode_problem for explanation of the problem). This is important, for example, because Xtend code uses guillemets which are only available in UTF-8, not plain ASCII.

@szschaler szschaler self-assigned this Jan 30, 2024
@szschaler szschaler added the bug Something isn't working label Jan 30, 2024
Copy link
Collaborator

@barnettwilliam barnettwilliam left a comment

Choose a reason for hiding this comment

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

LGTM

@szschaler szschaler merged commit d96d2d2 into main Jan 30, 2024
2 checks passed
@szschaler szschaler deleted the fix/file-encodings branch January 30, 2024 18:05
barnettwilliam added a commit to mdenet/educationplatform-docker that referenced this pull request Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants