What to do with quoted_printable text to show? -charset prob

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
vargadanis
Forum Contributor
Posts: 158
Joined: Sun Jun 01, 2008 3:48 am
Contact:

What to do with quoted_printable text to show? -charset prob

Post by vargadanis »

Hi!

I've got a site with UTF-8 as it's charset. I have a Quoted Printable encoded text which I decoded with quoted_printable_decode(). The reference sais I get an 8bit string (I suppose it is UTF8). I tried htmlentities or utf8_decode but in either case the ? appears instead of a the proper character such as:
á é ű ú ő ú ó ü ö í and of course the capitals of those...
Any idea what to do?
Post Reply