mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 09:33:36 +00:00
lib/encoder: add Exclamation mark encoding
This commit is contained in:
@@ -369,6 +369,7 @@ will show you the defaults for the backends.
|
||||
| Dollar | `$` | `$` |
|
||||
| Dot | `.` or `..` as entire string | `.`, `..` |
|
||||
| DoubleQuote | `"` | `"` |
|
||||
| Exclamation | `!` | `!` |
|
||||
| Hash | `#` | `#` |
|
||||
| InvalidUtf8 | An invalid UTF-8 character (e.g. latin1) | `<60>` |
|
||||
| LeftCrLfHtVt | CR 0x0D, LF 0x0A, HT 0x09, VT 0x0B on the left of a string | `␍`, `␊`, `␉`, `␋` |
|
||||
|
||||
Reference in New Issue
Block a user