[EMAIL PROTECTED] wrote:
[snip]
> Does anybody know howto stablish an encoding "UTF-8" within a xml-
> rpc session? I wouldn't
> like to have to convert every String in my xml one by one calling
> sth like "String.getBytes
> ("UTF-8")"
The encoding doesn't matter that much. Any encoding can be used to transmit
any Unicode character as the numeric character entities can be used to send
arbitrary Unicode characters.
Adam Megacz proveded a patch the XMLWriter to do these escapes in August and
it was committed to CVS.
John Wilson
The Wilson Partnership
http://www.wilson.co.uk