how to properly display utf encoded characters on my utf-8 encoded page?

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-05-27T07:26:10Z Indexed on 2010/05/27 7:31 UTC
Read the original article Hit count: 370

Hi guys I'm retrieving emails and some of my emails have utf encoded text. However even though my page is encoded as utf 8 - in some places when I try to out put utf text I get funny characters like :

=?utf-8?B?Rlc6INqp24zYpyDYotm+INin2LMg2YXYs9qp2LHYp9uB2bkg2qnbjCDZhtmC?= 
=?utf-8?B?2YQg2qnYsdiz2qnYqtuSINuB24zaug==?=

Whereas in other areas of the same page it displays fine. WHats going on?

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework