I am using xpath extractor in jmeter to extract links in a html response. Some of the links includes umlauts! (I know that is bad style)
In the response of the http request the umlaut looks ok a href="/ich-moechte/für-das-alter-vorsorgen"
But xpath creates the following variable with wrong representation of umlauts: subLink_12=/ich-moechte/f%FCr-das-alter-vorsorgen
I compared the results with the Regular expression extractor which is delivering the correct result subLinkold_46=/ich-moechte/für-das-alter-vorsorgen
I also tried storing the http response in a variable and using the variable in the xpath extractor, but this gave the same result.