Comment 2 for bug 860876

Revision history for this message
Gyuris Gellért (gellert-gyuris) wrote :

Hi, some help: I tested httpserver.py
I this line: "text = json.loads(self.url_params[u'data'][0])[u'request'][u'text']" the text variable is already created with wrong encoding. I hope this helps.

Plus: In search function this bug also occurs. I think, JSON text parsing is wrong.