fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [6683] API: encoding


From: Sigurd Nes
Subject: [Fmsystem-commits] [6683] API: encoding
Date: Mon, 20 Dec 2010 09:58:20 +0000

Revision: 6683
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6683
Author:   sigurdne
Date:     2010-12-20 09:58:20 +0000 (Mon, 20 Dec 2010)
Log Message:
-----------
API: encoding

Modified Paths:
--------------
    trunk/phpgwapi/inc/xmlrpc/lib/xmlrpc.inc
    trunk/phpgwapi/inc/xmlrpc/lib/xmlrpcs.inc

Modified: trunk/phpgwapi/inc/xmlrpc/lib/xmlrpc.inc
===================================================================
--- trunk/phpgwapi/inc/xmlrpc/lib/xmlrpc.inc    2010-12-20 09:57:35 UTC (rev 
6682)
+++ trunk/phpgwapi/inc/xmlrpc/lib/xmlrpc.inc    2010-12-20 09:58:20 UTC (rev 
6683)
@@ -206,7 +206,8 @@
        // The encoding used internally by PHP.
        // String values received as xml will be converted to this, and php 
strings will be converted to xml
        // as if having been coded with this
-       $GLOBALS['xmlrpc_internalencoding']='ISO-8859-1';
+       $GLOBALS['xmlrpc_internalencoding']='UTF-8';
+//     $GLOBALS['xmlrpc_internalencoding']='ISO-8859-1';
 
        $GLOBALS['xmlrpcName']='XML-RPC for PHP';
        $GLOBALS['xmlrpcVersion']='3.0.0.beta';
@@ -3773,4 +3774,4 @@
                }
        }
 
-?>
\ No newline at end of file
+?>

Modified: trunk/phpgwapi/inc/xmlrpc/lib/xmlrpcs.inc
===================================================================
--- trunk/phpgwapi/inc/xmlrpc/lib/xmlrpcs.inc   2010-12-20 09:57:35 UTC (rev 
6682)
+++ trunk/phpgwapi/inc/xmlrpc/lib/xmlrpcs.inc   2010-12-20 09:58:20 UTC (rev 
6683)
@@ -1243,4 +1243,4 @@
                        print $r->serialize();
                }
        }
-?>
\ No newline at end of file
+?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]