Expected behavior
when i send request, chinese character can be encode with utf-8,so i can see this filename is correct,but now it can't be encoded
Actual behavior

POST data:
-----------------------------7d159c1302d0y0
Content-Disposition: form-data; name="file"; filename="????????????????.docx"
Content-Type: application/msword
Content-Transfer-Encoding: binary
<actual file content, not shown here>
-----------------------------7d159c1302d0y0--
[no cookies]
i send a file with chinese character filename ,but i got filename by ????
Steps to reproduce the problem
- write request parameter
- choose method by post
- send request
JMeter Version
5.5
Java Version
java 17.0.7 2023-04-18 LTS
OS Version
No response