XMLWriter does not specify XML encoding
---------------------------------------
Key: XMLRPC-139
URL: https://issues.apache.org/jira/browse/XMLRPC-139
Project: XML-RPC
Issue Type: Bug
Affects Versions: 2.0, 2.1
Environment: Windows XP
Reporter: Alexander Gavrin
Fix For: 1.1, 1.2, 3.0
When creating an XMLRPC request, XMLWriter does not specify the XML encoding,
providing just:
<?xml version="1.0"?>
Versions 1.2 and 3.0 provide the following:
<?xml version="1.0" encoding="UTF-8"?>
It results an incompatibility issue in our environment with xmlrpc python
server.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.