Revision: 3306
Author: seba.wagner
Date: Wed Aug 11 04:32:27 2010
Log: Fix UTF-8 Problem in Moodle Plugin
http://code.google.com/p/openmeetings/source/detail?r=3306
Modified:
/trunk/plugins/moodle_plugin/lib/nusoap.php
=======================================
--- /trunk/plugins/moodle_plugin/lib/nusoap.php Tue Feb 17 03:21:15 2009
+++ /trunk/plugins/moodle_plugin/lib/nusoap.php Wed Aug 11 04:32:27 2010
@@ -138,8 +138,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
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.