From: erickson Date: Wed, 20 Aug 2008 17:08:09 +0000 (+0000) Subject: use utf8 instead of us-ascii for outbound xml X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=afff1d673ebcb27d6a375b57d933d9384f56bd24;p=Evergreen.git use utf8 instead of us-ascii for outbound xml git-svn-id: svn://svn.open-ils.org/ILS/trunk@10382 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm b/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm index a5ebe525af..ea80f1d0fa 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm @@ -24,6 +24,8 @@ use RPC::XML::Function; 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