Skip to content

Commit 27abb10

Browse files
committed
utf-8 encoding instead of iso-8859-1
1 parent af93700 commit 27abb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/nusoap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ class nusoap_base {
148148
* @var string
149149
* @access public
150150
*/
151-
var $soap_defencoding = 'ISO-8859-1';
152-
//var $soap_defencoding = 'UTF-8';
151+
//var $soap_defencoding = 'ISO-8859-1';
152+
var $soap_defencoding = 'UTF-8';
153153

154154
/**
155155
* namespaces in an array of prefix => uri

0 commit comments

Comments
 (0)