On Tue, Dec 20, 2005 at 12:23:55PM -0800, Dave Hayden wrote: > I just ran across an IIS server that's sending UTF-16 text, which > Neon apparently can't deal with. Is there a hook somewhere I can add > to translate the text into something Neon can read? It looks like > ne_read_response_block() would be a good place for this, but the > body_readers callbacks can't reallocate the response buffer.
I don't understand the problem: it's an XML response, and the XML parser is refusing to parse UTF-16? What XML parser are you using, and what error do you get? Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
