开发者

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

开发者 https://www.devze.com 2022-12-25 14:14 出处:网络
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:

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消