You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`bacon` | bacon <-> text | `bacon-cipher`, `baconian_cipher`, `bacon-01` | Dynamic tokens mapping ; we can define a mapping of encoding's tokens (original tokens: `ab`)
36
+
`bacon` | Bacon <-> text | `bacon-cipher`, `baconian_cipher`, `bacon-01` | Dynamic tokens mapping ; we can define a mapping of encoding's tokens (original tokens: `ab`)
37
37
38
38
```python
39
39
>>> codext.encode("this is a test", "bacon")
@@ -52,7 +52,7 @@ It supports letters, digits and some special characters.
`morse` | morse <-> text | none | uses whitespace as a separator, dynamic tokens mapping ; we can define a mapping of encoding's tokens (original tokens: `/-.`)
135
+
`morse` | Morse <-> text | none | uses whitespace as a separator, dynamic tokens mapping ; we can define a mapping of encoding's tokens (original tokens: `/-.`)
0 commit comments