Yes Deepak, I have tried writing the output using beanshell postprocessor. I could see only the "???". in the cmd prompt. My requirement is to capture these Chinese characters and send as post parameter in the next HTTP request. I found one thing ,when I change the post method in HTTP request to Get method I could see the captured Chinese characters encoded format in URL is transmitting as expected. But changing the method from POST to GET the request is not getting succeeded.do we have any solutions for this ?
Regards Sangeetha M -----Original Message----- From: Deepak Shetty [mailto:[email protected]] Sent: Thursday, December 02, 2010 7:33 PM To: JMeter Users List Subject: Re: how to capture chinesse character Its possible you arent able to display the characters (due to a lack of a font capable of showing unicode characters or something). Did you try writing to file(using a suitable encoding) and inspecting the binary to see what characters were written? On Thu, Dec 2, 2010 at 3:42 AM, Sangeetha M <[email protected]> wrote: > Hi All, > > > > I am testing a web application which has Chinese characters. How to > capture Chinese characters in jmeter using post processors. When I > captured it using regular expression extractor it displays "???" > instead of 3 chinese letters. > > If anyone has faced same issues, kindly share your experiences. > > > > Regards > > Sangeetha M > > > Information transmitted by this e-mail is proprietary to MphasiS, its > associated companies and/ or its customers and is intended > for use only by the individual or entity to which it is addressed, and may > contain information that is privileged, confidential or > exempt from disclosure under applicable law. If you are not the intended > recipient or it appears that this mail has been forwarded > to you without proper authority, you are notified that any use or > dissemination of this information in any manner is strictly > prohibited. In such cases, please notify us immediately at > [email protected] and delete this mail from your records. > Information transmitted by this e-mail is proprietary to MphasiS, its associated companies and/ or its customers and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at [email protected] and delete this mail from your records. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

