On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
> Yonik Seeley schrieb:
> > On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
> >> When I search using an English term, I get results but the Japanese is
> >> not encoded correctly in the response. (although it is UTF-8 encoded)
> >
> > One quick thing to try is the python writer (wt=python) to see the
> > actual unicode values of what you are getting back (since the python
> > writer automatically escapes non-ascii).  That can help rule out
> > incorrect charset handling by clients.
> >
> > -Yonik
> >
> Thanks for the tip, it turns out that the unicode values are wrong... I
> mean the browser displays correctly what is send. But I don't know how
> solr gets these values.

OK, so they never got into the index correctly.
The most likely explanation is that the charset wasn't set correctly
when the update message was sent to Solr.

-Yonik

Reply via email to