On 20 July 2012 10:44, ZK <[email protected]> wrote: > Hi, > I am having an issue rendering foriegn characters within a jmeter HTTP > response (for a json call): > > If I have a response which contains foriegn characters such as: > Jürgens (umlaut 'u') > > the response is = Jürgens > > > Is there a way to render these characters correctly? > > Do I have to set a particular 'header'?
jmeter.properties has the entry: # The encoding to be used if none is provided (default ISO-8859-1) #sampleresult.default.encoding=ISO-8859-1 HTTP responses are ISO-8859-1 by default, so if the response is in UTF-8, then the response should indicate that. > > Regards, > ZK > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Foriegn-characters-tp5714079.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
