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