Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA45C447A for ; Tue, 21 Jun 2011 05:12:32 +0000 (UTC) Received: (qmail 8612 invoked by uid 500); 21 Jun 2011 05:12:32 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 7893 invoked by uid 500); 21 Jun 2011 05:12:22 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 7873 invoked by uid 99); 21 Jun 2011 05:12:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2011 05:12:17 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 209.85.161.172 as permitted sender) Received: from [209.85.161.172] (HELO mail-gx0-f172.google.com) (209.85.161.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2011 05:12:10 +0000 Received: by gxk19 with SMTP id 19so3554717gxk.31 for ; Mon, 20 Jun 2011 22:11:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=uf+6cgkDQoTq9Vvs7y8dmZx4Osz/me1xtqFIDE9qsoY=; b=S8ur88dqV5tJvDYY9bZR4/07yBxVG2ynmpLq5LKpbX8w2TuDn42FqDkw2voV21cXX2 TyVd5NsR87NmjyY0HKUryglX/wKPVr2mxzoEIXpgvi3ulWH8DF3EeWtU32/4MmSY1m7a HD7scekOd4VgSkgJmc1RcbR6JgBr0bd4qJwsM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=neQXt3iJ2J+G3qHai0rYmXln73E7UDa97U9VwttpjLsQfcuQaPwPXtoucECVo5i2/Z FVpZSWlv4dTP5quJ/2kIoWti22Kx1wvPsOzIdq/1xdWNw9gSGOACJzeL3m2GLb9RDuQY zWnX8BfqeIFEGdbMZhAabPo4B1P6hUJ8EtfHU= MIME-Version: 1.0 Received: by 10.151.92.18 with SMTP id u18mr6401412ybl.253.1308633107869; Mon, 20 Jun 2011 22:11:47 -0700 (PDT) Received: by 10.150.203.10 with HTTP; Mon, 20 Jun 2011 22:11:47 -0700 (PDT) In-Reply-To: <1308630909349-4509225.post@n5.nabble.com> References: <1308618871687-4508824.post@n5.nabble.com> <1308630909349-4509225.post@n5.nabble.com> Date: Mon, 20 Jun 2011 22:11:47 -0700 Message-ID: Subject: Re: HTTP Request | Foreign Language/nonASCII From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=001517479328892f0804a631e345 X-Virus-Checked: Checked by ClamAV on apache.org --001517479328892f0804a631e345 Content-Type: text/plain; charset=ISO-8859-1 >But the value ends up exactly the same as the text value I'm entering (eg %25 etc) what do you mean? As far as I remember you have to UTF-8 encode the character and %encode the remaining bytes. http://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_in_a_URI See section current standard regards deepak On Mon, Jun 20, 2011 at 9:35 PM, stuntgirl wrote: > Many thanks for your reply, sebb-2-2. > > I tried putting the string into a browser and letting the URL encoding take > care of the values and plugging these in. But the value ends up exactly the > same as the text value I'm entering (eg %25 etc) > > I tried using the __char() function too and I got a little further. I'm > successful with one non ASCII character, but a string doesn't seem to be > working. Any further thoughts? > > >This is not related; the language change only affects how the GUI appears. > > I think it is related. It's akin to giving a user a Chinese version of > Excel, but not being able to write Chinese characters. That's just mean! > But > this is a philosphical debate for another day. > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/HTTP-Request-Foreign-Language-nonASCII-tp4508824p4509225.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --001517479328892f0804a631e345--