Today I was trying to retrieve content from a Confluence instance via XML-RPC and fell hard upon encoding issues. Turns out Apache's XML-RPC library doesn't support UTF-8, which is what Confluence uses.
After a bit of googling around, I found Tom Bradford's alternative XML-RPC client library et voila, problem solved!
Thanks, Tom.


0 Responses to “XML-RPC and UTF-8”