semente/python-baseconv

Add "ASCII" base?

Opened this issue · 0 comments

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