https://bz.apache.org/bugzilla/show_bug.cgi?id=64624
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #3 from Philippe Mouawad <[email protected]> --- The issue is due to this: https://github.com/apache/jmeter/blob/master/src/core/src/main/java/org/apache/jmeter/report/dashboard/JsonizerVisitor.java#L99 Escaping is needed to avoid reserved characters breaking the Javascript code. But the method transforms russian chars into their unicode representation leading to what you see. -- You are receiving this mail because: You are the assignee for the bug.
