Reputation: 2923
via Jmeter I get the json response:
{
"status": 0,
"response": [ {
"id": "123456789",
"login": "xxxxxxxxxxxxx",
"email": "[email protected]",
"system": "portal",
"firstName": "ÃÂûõúÃÂõù",
"middleName": "ÃÂðÃÂøûÃÂõòøÃÂ",
"lastName": "ÃÂþÃÂõÃÂþò"
}]
}
How can I solve this problem of wrong encoding for this response? The text is russian.
Upvotes: 0
Views: 640
Reputation: 34566
Try with last nightly build (upcoming 2.10) it should be ok, if not report a bug. 2.10 should be released in few weeks from now.
Upvotes: 2