[open-ils-commits] r10382 - trunk/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Aug 20 13:08:13 EDT 2008
Author: erickson
Date: 2008-08-20 13:08:09 -0400 (Wed, 20 Aug 2008)
New Revision: 10382
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm
Log:
use utf8 instead of us-ascii for outbound xml
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm 2008-08-20 17:07:31 UTC (rev 10381)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm 2008-08-20 17:08:09 UTC (rev 10382)
@@ -24,6 +24,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