mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 15:53:41 +00:00
encodings: add . and .. to all backends, except Drive
This commit is contained in:
committed by
Nick Craig-Wood
parent
d5cd026547
commit
c8d3e57418
@@ -189,6 +189,14 @@ which will be specified in the documentation for each backend.
|
||||
| / | 0x2F | / |
|
||||
| DEL | 0x7F | ␡ |
|
||||
|
||||
The default encoding will also encode these file names as they are
|
||||
problematic with many cloud storage systems.
|
||||
|
||||
| File name | Replacement |
|
||||
| --------- |:-----------:|
|
||||
| . | . |
|
||||
| .. | .. |
|
||||
|
||||
#### Invalid UTF-8 bytes {#invalid-utf8}
|
||||
|
||||
Some backends only support a sequence of well formed UTF-8 bytes
|
||||
|
||||
Reference in New Issue
Block a user