Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

ISSUE: If the input string starts with 0 then that 0 is lost during encoding. #1

Open
tejzpr opened this issue Jan 25, 2018 · 0 comments

Comments

@tejzpr
Copy link

tejzpr commented Jan 25, 2018

If the input string starts with 0 then that 0 is lost during encoding.
for e.g. if the input is 0zebra then b62.decode(b62.encode("0zebra")) outputs zebra
b62.decode(b62.encode("0zebra")) //zebra

@tejzpr tejzpr changed the title String prepended with '0' loses the '0' while encoding. ISSUE: If the input string starts with 0 then that 0 is lost during encoding. Jan 25, 2018
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