From: Frank S. <fs...@ec...> - 2006-01-05 20:19:40
|
Hello, does anyone use SOAP::Lite together with FastCGI and other charsets =20 than ascii ? Our problem is, that we use SOAP::Lite for an Webservice. All works =20 fine in cgi and fastcgi, except one think: The encoding/charset. We use utf8 charsets on our server. For example we send c3 9f (this =20 is the char =DF, a special character in german language). If we use SOAP::Lite with CGI, the Clients (we have two: gsoap and =20 java), get an c3 9f (=3D=DF). If we activate FastCGI on the server, the =20= clients get an c3 83 c2 9f (damage chars: =C3?). Nothing change on server and client site, we only activate fastcgi. We write a test-cgi-programm with the same chars. The testprogramm =20 (without using SOAP::LIte) send c3 9f and the clients get c3 9f if we =20= running it at cgi and fastcgi. It looks like a problem of SOAP::LIte or we don something wrong. Any hints ? Frank -- ECCE TERRAM Internet Services GmbH Tel: 0441 500 120 An der grossen Wisch 36 Fax: 0441 500 1229 26133 Oldenburg Skype: 0441 920 5500 Ex Astris Scientia |