forked from TrueCloudLab/rclone
docs: Box: explain about the backslash-like unicode character
Add the full name of the backslash-lookalike unicode character.
This commit is contained in:
parent
84d64ddabc
commit
b7eeb0e260
1 changed files with 2 additions and 1 deletions
|
@ -404,6 +404,7 @@ Note that Box is case insensitive so you can't have a file called
|
|||
"Hello.doc" and one called "hello.doc".
|
||||
|
||||
Box file names can't have the `\` character in. rclone maps this to
|
||||
and from an identical looking unicode equivalent `\`.
|
||||
and from an identical looking unicode equivalent `\` (U+FF3C Fullwidth
|
||||
Reverse Solidus).
|
||||
|
||||
Box only supports filenames up to 255 characters in length.
|
||||
|
|
Loading…
Add table
Reference in a new issue