We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because Crockford's base 32 definition is central to ULID encoding, the spec should point to the correct source of truth:
https://www.crockford.com/base32.html
Notably, not all implementations alias i, I, o, and O to 1 and 0, respectively.
Also, it would be good to clarify the acceptability of a check symbol.
The text was updated successfully, but these errors were encountered:
Add link to Crockford Base 32 spec online.
ecf6ff6
Fix toward ulid#49
Crockford's base32
No branches or pull requests
Because Crockford's base 32 definition is central to ULID encoding, the spec should point to the correct source of truth:
https://www.crockford.com/base32.html
Notably, not all implementations alias i, I, o, and O to 1 and 0, respectively.
Also, it would be good to clarify the acceptability of a check symbol.
The text was updated successfully, but these errors were encountered: