You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Laurent MEDIONI <LM...@sqli.com> on 2004/03/01 14:00:29 UTC

RE: Sending Chinese or Japanese characters

 Hello ~Alan,
it depends how you use your parameter in the rest of your application...
If you expect it to be already encoded or not before using it...
I do not think that you can send a '#' or a '&'  in an URL wihout encoding
it but have you tried not to select the Encode option ?

Where is your character supposed to be displayed in the screen ?
What is the encoding of your HTML page if you want to display it in the page
?

Cheers,
Laurent

-----Message d'origine-----
De: Alan Chan
A: Laurent MEDIONI; jmeter-user@jakarta.apache.org
Date: 27.02.04 21:38
Objet: RE: Sending Chinese or Japanese characters 

Hello,

Thanks for replying to my question.

I tried to replace my Japanese text with its HTML encoded value
"&#3061;" and selected the Encode option. What happened was the value
"&#3061;" showed up on the screen instead of the character I was
expecting.

How can I get &#3061; to show up as the Japanese character?

Thanks,

~Alan Chan

 

-----Original Message-----
From: Laurent MEDIONI [mailto:LMEDIONI@sqli.com] 
Sent: Friday, February 27, 2004 1:05 AM
To: Alan Chan; 'jmeter-user@jakarta.apache.org '
Subject: RE: Sending Chinese or Japanese characters 

Hi,
do you intend to use your parameter later in the script ? Or is it just
to
add it to the sampler URL ?

I am not sure that you can send GET parameters directly using an
extended
charset, from an http point of view...

Have you tried to replace your Chinese text with its Unicode-HTML
encoded
value: a Chinese character = &#...; where ... is the Unicode number of
your
Chinese character ?

You should also choose the encode option to enable &, #, ... in the GET
URL.

Cheers,
Laurent

-----Message d'origine-----
De: Alan Chan
A: jmeter-user@jakarta.apache.org
Date: 26.02.04 23:36
Objet: Sending Chinese or Japanese characters 

Hi,

 

I have a question I am sure a lot of you can answer. I would like to
create a sampler that contains a parameter whose value is either in
Chinese or Japanese.  When I cut and paste the Chinese text into the
Parameter Value, all I see are boxes instead of the actual characters.
How can I make this work?

 

Thank you very much for your help.

 

~Alan Chan

 

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org