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

Fixed encoding issues for characters with umlaut #272

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

ahmdthr
Copy link
Contributor

@ahmdthr ahmdthr commented Sep 17, 2024

The style string is being decoded as 'utf-8' from the hex encoding. Changing the decoding to 'latin-1' gets rid of the 'UnicodeDecodeError for umlaut characters.

Here is the related issue.

@giohappy giohappy merged commit aa3766b into GeoNode:main Oct 30, 2024
3 checks passed
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.

loading styles with utf-8 chars fails with UnicodeDecodeError
2 participants