Sebb, Thanks for this. Is there a way the HTTP renderer in the View Results Tree can be made to display A� instead of Aÿ. If have tried setting the jmeter property sampleresult.default.encoding=UTF-8, but it makes no difference.
John -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: 22 April 2005 00:32 To: JMeter Users List Subject: Re: Encoding of variables on an HTTP Post gives strange results Yes, it does default to UTF-8 in EncoderCache (encode) and HTTPArgument (decode) This is most likely because of the following comment in the JavaDoc for java.net.URLEncoder.encode(String s, String enc) ... Note: The World Wide Web Consortium Recommendation states that UTF-8 should be used. Not doing so may introduce incompatibilites. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

