Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Add "ASCII" base? #5

Open
TAbdiukov opened this issue Apr 24, 2019 · 0 comments
Open

Add "ASCII" base? #5

TAbdiukov opened this issue Apr 24, 2019 · 0 comments

Comments

@TAbdiukov
Copy link

TAbdiukov commented Apr 24, 2019

Spent today 3 hours on something could be super easily done via baseconv like so,

ASCII = ''.join(chr(x) for x in range(256))
ASCII_base = BaseConverter(ASCII, sign='ё') # umlaut e is for failsafe

Not pushing for it, but shouldn't ascii be added to baseconv? Just saying

@TAbdiukov TAbdiukov changed the title Add "Ascii" base? Add "ASCII" base? Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant