Request for Chinese Language Support and Path Handling Issues with Chinese Characters
Describe the bug I would like to request adding support for Chinese language in Explorer++. Currently, there are issues when executing the application with file paths containing Chinese characters.
To Reproduce ✅ Successful execution (with English path): C:\Users\Administrator>D:\GreenSoftWare\explorerpp_x64\Explorer++.exe "D:\Desktop\ok for all"
❌ Execution failures (with Chinese characters in path): Without quotes: C:\Users\Administrator>D:\GreenSoftWare\explorerpp_x64\Explorer++.exe D:\Desktop\工作相关 Even with quotes: C:\Users\Administrator>D:\GreenSoftWare\explorerpp_x64\Explorer++.exe "D:\Desktop\工作相关"
Expected behavior Explorer++ should properly handle file paths containing Chinese characters The application should support Chinese language interface and file operations Paths with Chinese characters should work both with and without quotes
Screenshots
Version (please complete the following information):
- Explorer++ version 1.4.0.2293 (64-bit build)
- OS: Windows 7
Additional context The application works fine with English paths (as shown in the successful example), but fails when Chinese characters are present in the path, regardless of whether the path is quoted or not.