Bug 66251 - JMeter does not support files with Chinese/Japanese characters
Summary: JMeter does not support files with Chinese/Japanese characters
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 5.4.3
Hardware: PC Linux
: P2 major (vote)
Target Milestone: JMETER_5.5
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-05 16:02 UTC by Ziven
Modified: 2022-09-13 08:53 UTC (History)
0 users



Attachments
Choose a File With Chinese Characters In Filename to upload (97.71 KB, image/png)
2022-09-13 08:52 UTC, Ziven
Details
Step2. After the upload, it cant show Chinese Characters as expected (94.98 KB, image/png)
2022-09-13 08:53 UTC, Ziven
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ziven 2022-09-05 16:02:52 UTC
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()
Comment 1 Ziven 2022-09-13 08:52:53 UTC
Created attachment 38386 [details]
Choose a File With Chinese Characters In Filename to upload
Comment 2 Ziven 2022-09-13 08:53:51 UTC
Created attachment 38387 [details]
Step2. After the upload, it cant show Chinese Characters as expected
Comment 3 The ASF infrastructure team 2022-09-24 20:38:23 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5701