From: erickson Date: Wed, 20 Aug 2008 17:14:34 +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=542f69f52d42d9eddcd59b959e61a737a2559ccd;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_3@10383 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