Re: Ogojogi + Umlaute
Helge Hess <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sep 24, 2004, at 23:39, murphee (Werner Schuster) wrote: > Depends on what you get back from the OG.o server. You might want to > take a look at the raw XmlRpc messages that are sent over the net > (using network sniffer or something like that); You can use -WOHttpAdaptor_LogStream YES for sniffing the output. > You might want to look at the archive of this MailingList (about > October, November 2003), I remember a question about something like > this. The xmlrpcd sends XML-RPC responses as regular XML encoded in UTF-8: ---snip--- <?xml version='1.0'?><methodResponse> ---snap---- It might be that the XML-RPC client library used by JOGI cannot deal with that and might assume ISO-Latin-1. Another possibility is that the client library treats all strings as ASCII. The XML-RPC specification has some issues on that topic. (hm, www.xml-rpc.org is gone?) I think its common practice that XML-RPC is implemented as in OGo/SOPE, that is, only use valid XML (eg no binary data in strings), use the XML charset markers and allow any Unicode value as a string value. Greets, Helge -- http://docs.opengroupware.org/Members/helge/ OpenGroupware.org -- OpenGroupware.org XML-RPC [email protected] http://mail.opengroupware.org/mailman/listinfo/xmlrpc