slight change to install notes to enable utf-8 support

This commit is contained in:
robert%accettura.com 2005-06-11 04:17:28 +00:00
Родитель ce969129ea
Коммит d9af4d7e32
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -20,6 +20,12 @@ Reference point (check if this structure is valid):
NuSOAP NuSOAP
http://sourceforge.net/projects/nusoap/ http://sourceforge.net/projects/nusoap/
Scroll down to about line 130 in nusoap.php and comment out the following line:
//var $soap_defencoding = 'ISO-8859-1';
and uncomment the following line:
var $soap_defencoding = 'UTF-8';
Reference point (check if this structure is valid): Reference point (check if this structure is valid):
[base_path]/includes/contrib/nusoap/lib/nusoap.php [base_path]/includes/contrib/nusoap/lib/nusoap.php