1
0
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:
Nick Craig-Wood
2024-07-25 08:55:46 +01:00
parent 27b281ef69
commit bac9abebfb
4 changed files with 32127 additions and 29845 deletions

View File

@@ -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 | `␍`, `␊`, `␉`, `␋` |