Description
Whenever I send a Cyrillic string while emulating on the Ripple, the resulting string seems to be messed up.
This is what I get on my server, when testing on the device:
GET /api.rpy?cmd=add_question&text=&title=%D0%B9%D0%B0%D0%B1%D0%B0%D0%B4%D0%B0%D0%B1%D0%B0%D0%B4%D1%83%D1%83 HTTP/1.1
And this is the same parameters sent, while emulating on Ripple:
GET /api.rpy?cmd=add_question&text=&title=\xc3\x90\xc2\xb9\xc3\x90\xc2\xb0\xc3\x90\xc2\xb1\xc3\x90\xc2\xb0\xc3\x90\xc2\xb4\xc3\x90\xc2\xb0\xc3\x90\xc2\xb1\xc3\x90\xc2\xb0\xc3\x90\xc2\xb4\xc3\x91\xc2\x83\xc3\x91\xc2\x83 HTTP/1.1