Doesn't work with folder / file name in other languages
Closed this issue · 2 comments
jimbb commented
Hi there,
Trying to play around with this a little bit and it seems that the rcloneExplorer cannot handle folder/file name in Chinese / Japanese at the moment.
- It is not shown correctly on the interface
- It skips the folder / files
Thanks!
soerentsch commented
This is an Unicode Issue.
Add this lines:
process.StartInfo.StandardOutputEncoding = Encoding.UTF8;
process.StartInfo.StandardErrorEncoding = Encoding.UTF8;
At the Execute(...)
methode of the rcloneExplorer.Core.InternalExec class
andrewiankidd commented
@soerentsch is correct!
3742ba5
https://i.imgur.com/OTb9S4d.png