baalexander / node-xmlrpc

A pure JavaScript XML-RPC client and server for Node.js.
MIT License
298 stars 149 forks source link

methodCall with UTF8 parameters #99

Closed mathieug closed 9 years ago

mathieug commented 9 years ago

Is there a way to specify the encoding when calling xmlrpc.createSecureClient() or xmlrpcClient.methodCall()?

mathieug commented 9 years ago

Please see my PR #100

patricklodder commented 9 years ago

Merged with #104