lib/encoder: add Semicolon encoding

This commit is contained in:
Nick Craig-Wood
2022-04-21 12:02:27 +01:00
parent bab91e4402
commit 07481396e0
4 changed files with 30498 additions and 28215 deletions

View File

@@ -327,6 +327,7 @@ will show you the defaults for the backends.
| RightCrLfHtVt | CR 0x0D, LF 0x0A, HT 0x09, VT 0x0B on the right of a string |
| RightPeriod | `.` on the right of a string |
| RightSpace | SPACE on the right of a string |
| Semicolon | `;` |
| SingleQuote | `'` |
| Slash | `/` |
| SquareBracket | `[`, `]` |