However, I have an issue when trying to use it.
I am using Linux Mint 20.2 Uma.
I am trying to synchronize folders from my computer to an external hard drive (WD 3TB in NTFS).
FFS seems to recognize special characters in the source but not in the destination.

When I type "locale" in the terminal, the response is:
vince@vince-NUC10i3FNH:~$ locale
LANG=fr_FR.UTF-8
LANGUAGE=fr_FR
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC=fr_FR.UTF-8
LC_TIME=fr_FR.UTF-8
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY=fr_FR.UTF-8
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER=fr_FR.UTF-8
LC_NAME=fr_FR.UTF-8
LC_ADDRESS=fr_FR.UTF-8
LC_TELEPHONE=fr_FR.UTF-8
LC_MEASUREMENT=fr_FR.UTF-8
LC_IDENTIFICATION=fr_FR.UTF-8
LC_ALL=
Everything seems fine on that end
Do you have any idea about the source of the issue?
Thank you.