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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27032

bad encoding in XML output log

           Summary: bad encoding in XML output log
           Product: JMeter
           Version: 1.9.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Both my threadgroup and HTTP sampler have Umlauts (like ä=a_umlaut) in their 
names.
These do not appear properly in any of the .xml log files (from either view 
results tree, assertion log, aggregate report or table results).

More precisely, an ä appears as a sequence of 5 Bytes, which looks like a 
character to UTF-8 conversion took place twice on top of each other.
The 5 bytes are 0xc3 83 e2 82 ac.
The XML files contents (the 5 above bytes replaced with äääää):
<?xml version="1.0" encoding="UTF-8"?>
<testResults>
<sampleResult ... threadName="UserSammelanträääääge1-1" label="HTTP 
Sammelanträääääge" time="220" ...
It should have been "Sammelanträge" (with 2 bytes for ä as per UTF-8).

The Umlauts appear fine in the GUI.

Regards,
 Jörg Höhle
On Suse Linux 9.1, jdk 1.4.2-b2

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

Reply via email to