From d2ecae794fa49ae255649538f14e34151031602a Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 20 Aug 2008 17:07:31 +0000 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0