Skip to content

Commit 63caf7b

Browse files
committed
Create readme.md
1 parent c3da859 commit 63caf7b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

js/alpha-5/readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# alpha-5
2+
3+
5 bit text encoding and decoding.
4+
5+
## allowed charachters
6+
7+
a-z and a few extras see deep.js EXTRAS content
8+
9+
## format
10+
11+
- 1 byte for the number of bytes required to indicate the length of the text
12+
- maybe 1 -3 byte of space (issue)
13+
- The length of the text in characters (Big INT)
14+
- The text

0 commit comments

Comments
 (0)