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 outlook charset problem #161

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

bakicdj
Copy link

@bakicdj bakicdj commented Oct 20, 2015

When I send email from outlook desktop client v10, with utf8 chars (šđčćž), the library converts them to question marks. This is because outlook sends message in iso-8859-2 charset, and mb_convert_encoding expect from charset to be the real one, but this if block converts original charset to utf-8. This is how I fix it.

@tomsommer
Copy link
Contributor

This is not the correct fix. See #148

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.

3 participants