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

Reply via email to