https://issues.apache.org/bugzilla/show_bug.cgi?id=54589
--- Comment #4 from Sebb <[email protected]> --- (In reply to comment #3) > (In reply to comment #2) > > > > Issues comes from the fact that response does not contain charset > > indication. > > The HTTP response headers don't contain the info, but the HTML does. > > However JMeter does not currently detect that; perhaps it should if there is > no charset in the header. Actually, the code does try to extract the <meta http-equiv="content-type" tag. But it fails in this case because of a bug in handling double-byte encodings. I'm working on fixing that. > > So you need to add this (you must use nightly build that will be available > > in some time): > > sampleresult.default.encoding=GBK This will be reverted, as it's not needed. > That assumes all the pages in the test have the same default. -- You are receiving this mail because: You are the assignee for the bug.
