Bug 63338

Summary: Using eclipse to compile Jmeter 5.1.1 version source code, found in the compilation process, Chinese GUI garbled (item code is UTF-8)
Product: JMeter - Now in Github Reporter: Mr-Bear <604188380>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED DUPLICATE    
Severity: major CC: p.mouawad
Priority: P2 Keywords: ErrorMessage
Version: 5.1.1   
Target Milestone: JMETER_5.2   
Hardware: All   
OS: All   
Attachments: Source code compilation GUI

Description Mr-Bear 2019-04-11 00:54:14 UTC
Created attachment 36519 [details]
Source code compilation GUI

1. Official website download source
2.Use eclipse for source code compilation
3.Execution source NewDriver class, JMeter debugging page appears Chinese garbled
4.The project code is UTF-8
Comment 1 Felix Schumacher 2019-04-17 16:39:10 UTC
This is a known bug. We are hoping to get it fixed while migrating to gradle.
You can fix it locally by using "ant clean install" to translate the encoded properties.
Comment 2 Vladimir Sitnikov 2019-04-17 19:08:58 UTC
@Mr-Bear, can you please try https://github.com/apache/jmeter/pull/448 ?
Comment 3 Philippe Mouawad 2019-09-25 08:22:57 UTC
This has been fixed by Bug 63630.

*** This bug has been marked as a duplicate of bug 63630 ***
Comment 4 The ASF infrastructure team 2022-09-24 20:38:16 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5045