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

Use utf8_encode() function to encode content #66

Closed
pbrzoski opened this issue Jan 3, 2015 · 0 comments
Closed

Use utf8_encode() function to encode content #66

pbrzoski opened this issue Jan 3, 2015 · 0 comments
Milestone

Comments

@pbrzoski
Copy link

pbrzoski commented Jan 3, 2015

This issue is related with this #39

Now we use utf8_encode() function to encode conent.

 \utf8_encode( \quoted_printable_decode($this->getContent()));

But this function only encodes an ISO-8859-1 string to UTF-8, so we should use iconv() function instead.

pbrzoski added a commit to pbrzoski/imap that referenced this issue Jan 3, 2015
utf8_encode function encodes ONLY ISO-8859-1 string to UTF-8. Instead of utf8_encode it should be used iconv()
@ddeboer ddeboer added this to the 1.0 milestone Jan 23, 2015
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