remove incorrect base2 code

This commit is contained in:
kumavis 2017-09-05 17:22:13 -07:00 committed by GitHub
parent 5fd1d9873b
commit 7c57cd4477

View File

@ -5,7 +5,7 @@ bin, raw binary, 0x55
bases encodings,,
base1, unary, 0x01
base2, binary (0 and 1), 0x55
base2, binary (0 and 1), 0x
base8, octal, 0x07
base10, decimal, 0x09
base16, hexadecimal, 0x

1 codec description code
5 base1 unary 0x01
6 base2 binary (0 and 1) 0x55 0x
7 base8 octal 0x07
8 base10 decimal 0x09
9 base16 hexadecimal 0x
10 base32 rfc4648 0x
11 base32hex rfc4648 0x