ShurupuS
ShurupuS

Reputation: 2923

Wrong encoding in json response jmeter

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

Answers (1)

UBIK LOAD PACK
UBIK LOAD PACK

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

Related Questions