I have just added a new machine to my network (a new Orange Pi PC). After installing dietpi, I have immediately installed syncthing and shared the same directory I've been sharing for months between the other nodes.
But on this machine syncthing keeps sending errors like these whenever it encounters a filename with special characters (like à,è,ì and other accented characters which are pretty common in italian):
Code: Select all
2017-01-26 22:55:27: File name "Shared/Articoli/Africa/Northern Africa/Morocco/Chefchaouen/JPEG/escalier-bleu-by-jean-fran\xe7ois-gornet.jpg" is not in UTF8 encoding; skipping.
2017-01-26 22:55:28: File name "Shared/Articoli/Europe/Western Europe/France/Annecy/Vladimir Tkalcic\x87 - Annecy.jpg" is not in UTF8 encoding; skipping.
Any idea what might be the problem on this?
locale is correct:
Code: Select all
root@OPiHome:~# locale
LANG=en_GB.UTF-8
LANGUAGE=
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=
Any ideas? This is driving me crazy
Thanks