Hello everybody, I want to use UTF-8 encoding with my XML-RPC-server.
Till now the XML-RPC-client delivers a string parameter with an UTF-8 encoded string. But there is a problem with the German sharp s (�). My XML-RPC-server get the bytes "C3 3F" instead of "C3 9F". The other umlauts like "���" were correctly passed. Has anybody an idea why that occurs? Thanks in advance, Lioba Janson
