Have troubles with encoding in Webapi answer: http://allegro.pl/webapi/
The problem is:
Sk�rzana tapicerka
Have been surfing the internet for 2 days, but even after trying these solutions, there's no result. I read the XML file of web service: http://schemas.xmlsoap.org/soap/encoding/
And on the first line there is:
<?xml version='1.0' encoding='UTF-8' ?>
(It's strange but this line is visible only in Maxhone (browser))
Encoding of my files - UTF-8 without BOM. Also sent a header:
header('Content-Type: text/html; charset="utf-8"');
And even used META:
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
But nothing helps. Also I tried to guess the encoding by changing it in browser, but no result too. I know, that in Poland the most used encoding is ISO-8859-2. But, I think the API's answer still UTF-8.