The BBC website behaves differently on different pages with respect to "A�".

Search for "A�" on the main page, and it works OK.
However, do the same on the search Results page, and you get the
behaviour you are seeing.

[You can have fun with the Search Results page - if you repeatedly
press enter, the string keeps growing!]

I think the difference in behaviour is because the home page uses a
charset of 8859-1, whereas the search page charset is utf-8.

The string "A�" seems to be valid in iso-8859-1, but not in utf-8.

By the way, the BBC web-site gives q = A%FF when I use a browser as above.

I'm not sure that A%C3%BF is the utf-8 equivalent of "A�".

Seems to me that JMeter needs to know the input encoding in order to
get the correct output encoding.

But I'm not sure how to fix this.

S.
On 4/25/05, Sweet-Escott, John <[EMAIL PROTECTED]> wrote:
> Sebb
> 
> Here is one:
> 
> Servername: www.bbc.co.uk
> Port: 80
> Protocol: http
> Method: get
> Path: /cgi-bin/search/results.pl
> Parameter: q Value: A� Encode: Yes: Include: Yes
> 
> ... returns this in the rendered html on View Result Tree:
> Your page of search results for "Aÿ"
> 
> However... I am starting to come to the conclusion that this is not a jmeter 
> problem... but rather a problem that some web sites have in interpreting 
> UTF-8 URLs... as other web sites (for example www.multimap.com) do handle A� 
> encoded as A%C3%BF correctly.
> 
> If this is the issue, would it be possible to "enhance" jmeter in some way 
> such that the encoding method could be specified?
> 
> John
> 
> 
> Have you an example public URL you can provide that does not display OK?
> 
> I've tried various pages - e.g.
> http://jakarta.apache.org/site/whoweare.html, which contains various
> umlauts etc - and they seem to display OK for me.
> 
> S.
> On 4/22/05, Sweet-Escott, John <[EMAIL PROTECTED]> wrote:
> > 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
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to