[open-ils-commits] r10383 - branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/WWW

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 20 13:14:57 EDT 2008


Author: erickson
Date: 2008-08-20 13:14:34 -0400 (Wed, 20 Aug 2008)
New Revision: 10383

Modified:
   branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm
Log:
use utf8 instead of us-ascii for outbound xml

Modified: branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm
===================================================================
--- branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm	2008-08-20 17:08:09 UTC (rev 10382)
+++ branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm	2008-08-20 17:14:34 UTC (rev 10383)
@@ -25,6 +25,8 @@
 use RPC::XML::Method;
 use RPC::XML::Procedure;
 
+$RPC::XML::ENCODING = 'utf-8';
+
 my $services; 						# allowed services
 my $CLASS_KEY = '__class__';	# object wrapper class key
 my $PAYLOAD_KEY = '__data__';	# object wrapper payload key



More information about the open-ils-commits mailing list