DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36898>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36898

           Summary: regular expression extractor encode again a String
                    encoded in UTF-8
           Product: JMeter
           Version: 2.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


In my threadgroup, I use SOAP/XML-RPC to request my server.
I use regular expression extractor for generating the next request with the
server response.

This work fine if there is no special symbol but when there is an UTF-8 special
symbol in the server response, the extraction doesn't give the String I'm
waiting for.

For example, if the server response contains a String like 
"<City>Vézelay</City>"
With the regular expression extractor I would like to extract the String
"Vézelay" but it give me the String "Vézelay"
In hexadecimal, the special symbol is C3 00 A9 00 and it become C3 B3 C2 A9
after extraction

It seems that the symbol is encoding another time in utf-8 or in another format.

Note : The bug 27032 (witch is in resolved state) has some similarities.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to