Page 1 of 1

NUSOAP & UTF-8 Encoding

Posted: Fri Nov 24, 2006 4:44 pm
by ulisse
Hi guys,

I would like to share my data with nuSOAP installed into CMS Made Simple but all information are in various language. The database are the utf8/unicode enabled but nuSOAP responde wit strange characters.

I see that nuSOAP has a system to set the UTF8 Encoding but I  don't understand where is it?

I try with this system but is there a definetely solution?
$isostring = "contenu d'élément"
$utf8string = iconv("ISO-8859-1", "UTF-8", $isostring);


Thanks
Ulisse