[Vtigercrm-commits] [vtiger-commits] r10000 - /vtigercrm/branches/5.0.3/include/nusoap/nusoap.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Dec 28 06:28:09 EST 2006
Author: richie
Date: Thu Dec 28 04:28:06 2006
New Revision: 10000
Log:
* Changed the default encoding to avoid xml parsing error when the content have some special characters like Euro Symbol and German Umlaut characters in customerportal/outlook, etc., ie., in addons and plugins
Modified:
vtigercrm/branches/5.0.3/include/nusoap/nusoap.php
Modified: vtigercrm/branches/5.0.3/include/nusoap/nusoap.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/nusoap/nusoap.php (original)
+++ vtigercrm/branches/5.0.3/include/nusoap/nusoap.php Thu Dec 28 04:28:06 2006
@@ -130,8 +130,8 @@
* @var string
* @access public
*/
- //var $soap_defencoding = 'ISO-8859-1';
- var $soap_defencoding = 'UTF-8';
+ var $soap_defencoding = 'ISO-8859-1';
+ //var $soap_defencoding = 'UTF-8';
/**
* namespaces in an array of prefix => uri
More information about the vtigercrm-commits
mailing list