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

Base 66 #7

Open
belldandu opened this issue May 27, 2015 · 2 comments
Open

Base 66 #7

belldandu opened this issue May 27, 2015 · 2 comments

Comments

@belldandu
Copy link

http://tools.ietf.org/html/rfc3986#section-2.3
@aseemk

Should this be added ?

if so then i'll add this to my python port of this library too

@aseemk
Copy link
Owner

aseemk commented May 27, 2015

Interesting, thanks for sharing. I haven't heard of anyone needing this to date; typically people either do base-62, or base-64 and either percent-encode + and / or replace them with e.g. - and _.

We can keep this issue open and see if others would find it valuable.

@belldandu
Copy link
Author

http://stackoverflow.com/questions/561486/how-to-convert-an-integer-to-the-shortest-url-safe-string-in-python/30480048#30480048

Here is a question on stackoverflow that mentions base 66 in one of the answers which i also linked to this page.

@aseemk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants