1
0
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:
Fabian Möller
2019-04-30 13:01:19 +02:00
committed by Nick Craig-Wood
parent d5cd026547
commit c8d3e57418
2 changed files with 11 additions and 2 deletions

View File

@@ -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