To see correct characters in Greek or another country using UTF-8
You must add the following lines to checkVatPopup.php
You will find htdocs/societe/checkvat
After the line
$soapclient = new nusoap_client($WS_DOL_URL_WSDL,true,$params['proxy_host'],$params['proxy_port'],$params['proxy_login'],$params['proxy_password'],$params['connection_timeout'],$params['response_timeout']);
Add
// wsdl utf-8
$soapclient->soap_defencoding = 'utf-8';
$soapclient->xml_encoding = 'utf-8';
$soapclient->decode_utf8 = false;

Pièces jointes :
- 3.jpg (54.1 KB)
- 3-20130528.jpg (53.6 KB)




