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
Copy file name to clipboardExpand all lines: docs/encodings.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,3 +213,24 @@ This is a dynamic encoding, that is, it can be called with an integer to define
213
213
>>> codext.encode("~bcy*cy*k*~oy~", "xor-10")
214
214
'this is a test'
215
215
```
216
+
217
+
-----
218
+
219
+
### Whitespaces
220
+
221
+
This simple encoding replaces zeros and ones of the binary version of the input text with spaces and tabs. It is supported either with its original mapping or with the inverted mapping.
0 commit comments