Questions tagged [base126]

1 questions
1
vote
0 answers

How to store data in base126?

I wish to encode arbitrary binary data in an array of bytes. However the valid values for the data in each encoded byte is in the range of 1-127 inclusive. In other words, invalid values of encoded bytes are 0 and 128-255. With other words, I can't…
Statement
  • 3,888
  • 3
  • 36
  • 45