Closed tedsluis closed 4 years ago
Fixed! I have added this environment variable in the Dockerfile:
ENV LC_ALL en_US.UTF-8
Now it works:
Local folder is 3 files behind and 0 files ahead of remote
Starting sync at 2020-05-28 07:10:29 +0200
Downloading file Google Foto's/2008/01/1977 7 12½ jaar.jpg ...
Downloading file Aimer39平台镜像文件生成工具使用说明_V1.0.0.pdf ...
Downloading file Google Foto's/2008/01/1980 12 Sacré Coeur 5.jpg ...
Sync complete.
Do you have an idea how to fix this issue, if you not used the dockerfile? I have a normal installation and get the same issue. #50
I run drivesync in a official ruby:2.6.6 docker container, see dockerfile
During downloading files from google drive to my local host, drivesync sometimes fail while processing a file with a special character, see two examples below:
file name: Bokningsbekräftelse/Kvitto.pdf special character: ä UTF-8: \xc3\xa4
file name: 1980 12 Sacré Coeur 5.jpg special character: é UTF-8: \xc3\xa8
To resolve this (each time a file name contains a special character) I need to:
I think my docker container supports UTF-8, because I am able to rename the files from inside the container:
My locale setting inside the container:
What can I do to resolve this? (I have no experience with Ruby).