https://bz.apache.org/bugzilla/show_bug.cgi?id=66251
Bug ID: 66251
Summary: JMeter does not support files with Chinese/Japanese
characters
Product: JMeter
Version: 5.4.3
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
It appears hard coded ENCODING with ISO_8859_1 in file
src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/sampler/PostWriter.java
as following:
public static final String ENCODING = StandardCharsets.ISO_8859_1.name()
--
You are receiving this mail because:
You are the assignee for the bug.