View Single Post
Old 10-17-2023, 08:26 AM   #16
had
Member
had began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Aug 2015
Device: kobo aura hd, aura h20, elipsa 2e
Does anyone have a full list of the special characters? I noticed that French accented filenames are not handled correctly.

Quote:
Originally Posted by qkqw View Post
...
Code:
[local]
encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Ctl,RightSpace,RightPeriod,InvalidUtf8,Dot

[yourRemoteLibrary]
[...]
Kobo uses a VFAT filesystem, which does not like most of the special characters, hence we need to tell rclone to convert them. rclone isn't too smart about this unfortunately, thinking this is a normal Linux setup.
...
had is offline   Reply With Quote