From b7eeb0e2609c9c6edcf93132812a596c4e612497 Mon Sep 17 00:00:00 2001 From: Dov Murik Date: Sat, 3 Oct 2020 21:11:06 +0300 Subject: [PATCH] docs: Box: explain about the backslash-like unicode character Add the full name of the backslash-lookalike unicode character. --- docs/content/box.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/box.md b/docs/content/box.md index fd1c6bc0b..1198f8bcd 100644 --- a/docs/content/box.md +++ b/docs/content/box.md @@ -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.