Strange behavior with accent characters

I have a crypted gdrive mounted.
I have some files that should have some accented characters.
At the moment these characters are changed with strange characters, when i manually rename files it seems as rclone is not able to decrypt their names.
Here is and example:

root@VPS:/media/google_crypt/crypt/Movies/Non c'� campo (2017)# ls
Non c'� campo (2017)-1080p-tt5720558.mkv
root@VPS:/media/google_crypt/crypt/Movies/Non c'� campo (2017)# mv "Non c'� campo (2017)-1080p-tt5720558.mkv" "Non c'è campo (2017)-1080p-tt5720558.mkv"
root@VPS:/media/google_crypt/crypt/Movies/Non c'� campo (2017)# ls
ji517n3tj0gmjgi1hbb49url8iep1f1m7v9hbkk89ek44d1me0epeqtqmdbuot5ibuek8gejo9le6

Any idea?

I expect your locale is not UTF-8… Set it to UTF-8 and all should be well!

You are right, perfect now.
Tnx so much.

1 Like