NUSOAP & UTF-8 Encoding

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
ulisse
Forum Members
Forum Members
Posts: 18
Joined: Sun Jan 15, 2006 10:25 am

NUSOAP & UTF-8 Encoding

Post 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
Locked

Return to “Modules/Add-Ons”