Hi, all. Hi, Mark. Marc Logemann <spam1@logemann.org> wrote: > > basic question, how can i return german umlaute from a SOAP server within a > function? I mean these chars: > Д,Ж,Э,... > > Do i have to encode them myself inside the server function? This would be > pretty lame or is there an automatism for this? THanks. As one of possible ways, use "response_encoding" propery od SOAP_Server object. $server->response_encoding="ISO-8859-1"; -- Pavel -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php