Hi,

JMeter does not support it, but java has methods:
http://stackoverflow.com/questions/2126378/java-convert-string-uffff-into-char
(I didn't have time to get into details, but I'm sure you'll find the best
way, the above is just an example)


So, back to your problem, use a beanshell pre-processor to deal with the
conversion.

--Adrian S

On Thu, Aug 23, 2012 at 4:09 PM, Sambhav Rathore <
[email protected]> wrote:

> Hi All,
> For testing purpose, we are required to capture a variable from server
> side, which we are capturing using Post Processor Regular Expression
> Extractor. It is in the format abcde123838fgh&#x2a;z5bB7Wg. The part
> <&#x2a;> is the Unicode for * sign. I need to convert this part of captured
> variable into * for all occurences. I cannot find a method to do that as
> Jmeter does not support Unicode. Kindly help if anyone knows how to handle
> this problem.
>
> Thanks In Advance,
> Sambhav
>
>
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
> solely
> for the use of the addressee(s). If you are not the intended recipient,
> please
> notify the sender by e-mail and delete the original message. Further, you
> are not
> to copy, disclose, or distribute this e-mail or its contents to any other
> person and
> any such actions are unlawful. This e-mail may contain viruses. Infosys
> has taken
> every reasonable precaution to minimize this risk, but is not liable for
> any damage
> you may sustain as a result of any virus in this e-mail. You should carry
> out your
> own virus checks before opening the e-mail or attachment. Infosys reserves
> the
> right to monitor and review the content of all messages sent to or from
> this e-mail
> address. Messages sent to or from this e-mail address may be stored on the
> Infosys e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to