Menu

#25 encoding

open
XML-RPC (5)
5
2005-04-20
2005-04-20
Anonymous
No

I encountered problems using non US-ASCII-characters in
transfered data (via xmlrpc).

Therefore I patched
file SOAP.tcl
proc ::SOAP::xmlrpc_request

added:

$doc configure -encoding UTF-8
after
set doc [dom::DOMImplementation create]

and added

set req [encoding convertto utf-8 $req]
before
return $req

Matthias Meier

Discussion


Log in to post a comment.