I am recording web requests in non english language by using Jmeter proxy recorder.
In some cases Jmeter shows the encoding correctly and I see that utf-8 is written in "content-encoding" field in the HTTP request.
The problem is that in some cases Jmeter doesn't show the encoding correctly and the field "content-encoding" is empty or has the value "us-ascii".
in both cases the source code of the recorded page has meta charset of utf-8.
How do I make Jmeter always use utf-8 during recording?
Thank in advance,
Gadi