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

Feature: Add obscure binary encoding formats for UTF-32 like Base65536 and Ecoji #120

Open
dghelm opened this issue Jun 28, 2021 · 0 comments
Labels

Comments

@dghelm
Copy link

dghelm commented Jun 28, 2021

Describe your feature or enhancement suggestion
Additional encode and decode bricks for obscure binary encoding formats exploiting UTF-32's large character set. The most interesting to me are Ecoji (Base1024 using emojis, JS lib here) and Base65536.

Base2048 (targeting twitter data efficiency) and Base32768 (possible in UTF-16) are also of interest.

Describe a concrete use case
Developers wanting to experiment with binary data transmission through string-encoded channels.

@dghelm dghelm added the feature label Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant