Comment 2 for bug 787695

Revision history for this message
Manuel CerĂ³n (ceronman) wrote : Re: [Bug 787695] Re: XML requests can contain XML illegal characters.

On Tue, Aug 9, 2011 at 12:34 PM, Esteve Fernandez
<email address hidden> wrote:
> Another way to fix this is to force JSON as the input format, which
> supports the whole Unicode character set. It'd also make txSolr
> symmetric, since the output format is JSON, not XML.

Yeah, that would be nice. I used XML because at the time I was
implementing txSolr, JSON update wasn't available by default.