I'm using Jmeter 5.3 on Windows 10. I'm facing with the following problem: I set the HTTP request to content encoding: UTF-8. In the response I saw it as I wanted.
"name": "Győr, autóbusz-állomás",
I tried to extract the response with JSON Extractor, but my assertion is failed and in the debug sampler the extracted name look like:
origin.name=Gy�r, aut�busz-�llom�s
How could I extract the variable in UTF-8 to use it in my assertion?
Thank you in advice,

I cannot reproduce your issue:
Double check
file.encodingSystem property value using the Debug Sampler, you should haveUTF-8If you don't - try launching JMeter as:
if it helps - add
file.encoding=UTF-8line to system.properties file (lives in "bin" folder of your JMeter installation, JMeter restart will be required to pick the property up.More information: