Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider encoding: airtameg #79

Open
tmakarios opened this issue Aug 6, 2021 · 0 comments
Open

Consider encoding: airtameg #79

tmakarios opened this issue Aug 6, 2021 · 0 comments

Comments

@tmakarios
Copy link

Airtameg is a base 26 alphabetic encoding, designed to fit data relatively efficiently into Aztec Codes (which use 5 bits per character in long single-case alphabetic strings, before error-correcting codes are added). I'd suggest a as the code for airtameg since it represents 0 in airtameg (though it would still need to be stripped before decoding) and is the first character of its name.

Airtameg is specified as an instance of the more general chunky base b encodings, which provide a quick way to specify encodings of bytes into any alphabet of between 2 and 256 characters, instead of having to write a new specification for each new encoding scheme, going through all the details regarding endianness, leading zeros, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant