-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export's output file encoded in operating system encoding but not UTF-8 #77
Comments
Definitely will investigate and try to fix - must be some Qt characters encoding magic. |
I've submitted a PR. |
Brilliant! I am not planning another release soon but tell me what OS you are on and I will release updated version for you. |
I've already built for myself! :) |
Cool! It will then end up in the next release. |
It took me some times to set up the developing environment. |
I have merged it to testing branch - I keep new things there for some time until tested. |
According to my tests, this fix also works on csv format and successfully outputs Japanese without any exceptions or errors. |
UTF-8 should be standard for such output - agree. I missed it as not using often non western alphabet. |
Sorry for my bad English.
I'm using windows 10 x64 set with Traditional Chinese language and UTC+8 timezone.
With RcloneBrowser, the "Export" feature will output a file encoded in BIG5 which is designed to normally display Traditional Chinese. (Buggy condition)
But BIG5 has a problem with Japanese, causing some of my filenames turn into unreadable words.
With rclone command-line, rclone tree will output a file encoded in UTF-8. (Normal condition)
We all know that UTF-8 is now the standard.
The text was updated successfully, but these errors were encountered: