Base122 icon indicating copy to clipboard operation
Base122 copied to clipboard

An alternative that does not use control characters

Open DonaldTsang opened this issue 5 years ago • 4 comments

Since this is made to be UTF-8 compatible, why not make it such that it renders all text normally?

DonaldTsang avatar Jul 03 '19 06:07 DonaldTsang

Seconded. Control characters make it impossible to copy & paste, which is an important usage given certain circumstances.

githubhjs avatar Sep 09 '19 06:09 githubhjs

BasE91 -- http://base91.sourceforge.net/

already with C libraries. Base122 needs some C libraries.

sijanec avatar Aug 20 '20 21:08 sijanec

@sijanec is this better or worse than B122?

DonaldTsang avatar Aug 21 '20 02:08 DonaldTsang

In terms of data overhead, it is worse than base122, because it has a smaller character set to display the same amount of data.

Roughly speaking, the higher the "base-number" in base-n binary-to text encoding, the less data is required to represent a specific amount of binary data. If you - for example - need an even "better" encoding, you can go with Base128, that still remains in the ASCII range 0x00-0x7F, but includes even more control characters and even null char, which may not be an option.

V V pet., 21. avg. 2020 ob 04:00 je oseba Don Tsang < [email protected]> napisala:

@sijanec https://github.com/sijanec is this better or worse than B122?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kevinAlbs/Base122/issues/8#issuecomment-677995334, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKFM2EQWUY5MU2EZKODU4K3SBXIKZANCNFSM4H5CF6UA .

sijanec avatar Aug 21 '20 12:08 sijanec