What to do with quoted_printable text to show? -charset prob
Posted: Sun Jun 01, 2008 6:12 am
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?
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?