Ali
Ali

Reputation: 7483

I get funny characters when reading multipart and text messages using Zend Mail?

Hi guys I've shifted to using the zend framework for reading messages from an inbox however when reading some html messages I see a lot of weird charcters like:

don’t

looks like

don=92t 

Plus other weird characters like =20 .. whats going on? Is it an ecoding issue? How do I fix it?

Upvotes: 1

Views: 610

Answers (1)

Guildencrantz
Guildencrantz

Reputation: 1915

Welcome to the wonderful world of quoted-printable encoding: You'll need to decode the quoted-printable string.

Upvotes: 3

Related Questions