From: erickson Date: Wed, 20 Aug 2008 17:07:31 +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=d2ecae794fa49ae255649538f14e34151031602a;p=Evergreen.git use utf8 instead of us-ascii for outbound xml git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@10381 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 330b22f113..65e7a00743 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm @@ -25,6 +25,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