Subject: | xml_encoding has no influence on server response encoding |
Hello,
xml_encoding is only used for parsing the request, but the server
response is always us-ascii. There could be code added to
_serialize_xmlrpc().
Also, http://search.cpan.org/~rjray/RPC-XML-0.60/lib/RPC/XML.pm says
ENCODING is only for outgoing XML messages. So the usage in
_deserialize_xml seems useless.
Thanks, Uwe