diff options
Diffstat (limited to 'Common/XmlRpcCS/XmlRpcRequest.cs')
-rw-r--r-- | Common/XmlRpcCS/XmlRpcRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/XmlRpcCS/XmlRpcRequest.cs b/Common/XmlRpcCS/XmlRpcRequest.cs index 2bac115..71a0dc9 100644 --- a/Common/XmlRpcCS/XmlRpcRequest.cs +++ b/Common/XmlRpcCS/XmlRpcRequest.cs | |||
@@ -56,7 +56,7 @@ namespace Nwc.XmlRpc | |||
56 | public class XmlRpcRequest | 56 | public class XmlRpcRequest |
57 | { | 57 | { |
58 | private String _methodName = null; | 58 | private String _methodName = null; |
59 | private Encoding _encoding = new ASCIIEncoding(); | 59 | private Encoding _encoding = new UTF8Encoding(); |
60 | private XmlRpcRequestSerializer _serializer = new XmlRpcRequestSerializer(); | 60 | private XmlRpcRequestSerializer _serializer = new XmlRpcRequestSerializer(); |
61 | private XmlRpcResponseDeserializer _deserializer = new XmlRpcResponseDeserializer(); | 61 | private XmlRpcResponseDeserializer _deserializer = new XmlRpcResponseDeserializer(); |
62 | 62 | ||