mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
slight change to install notes to enable utf-8 support
This commit is contained in:
parent
49e3757efa
commit
dbcbc85874
@ -20,6 +20,12 @@ Reference point (check if this structure is valid):
|
||||
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):
|
||||
[base_path]/includes/contrib/nusoap/lib/nusoap.php
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user