content-encoding
Posted: Thu Feb 17, 2005 4:50 pm
I have a script that has to deliver its output als xml, therefore i use
that works nearly fine. the only problem is, that german umlauts and other special characters get converted to ?.
so i thought i should add the right encryption to somewhere and thought,
would do it. however, the umlauts are still ?s.
so whats the correct header value?
Code: Select all
header("Content-Type: text/xml");so i thought i should add the right encryption to somewhere and thought,
Code: Select all
header("Content-Encoding: ISO-8859-1");so whats the correct header value?