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 encoding problem #4

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

Fix UTF-8 encoding problem #4

wants to merge 1 commit into from

Conversation

b0e
Copy link

@b0e b0e commented Nov 9, 2020

Don't convert any unknown encoding from binary to UTF-8. This breaks some chars if the str is already UTF-8, e.g. german umlauts.

Don't convert any unknown encoding from binary to UTF-8. This breaks some chars if the str is already UTF-8.
@uidzip
Copy link
Owner

uidzip commented Nov 11, 2020

Have you tested this with attachment retrieval? Will it break download of attachments?

@b0e
Copy link
Author

b0e commented Nov 12, 2020

No I haven't tested this. Since we need attachments I will come back after testing.

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.

2 participants