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
I want to encode using Crockford Base32 as I'm implementing the Package Family Name algorithm but I'm unsure of how to implement the alphabet myself.
The text was updated successfully, but these errors were encountered:
I think I attempted trying to implement it at one point and couldn't quite get it working. Unfortunately I don't think I still have the code.
Sorry, something went wrong.
I had a look and the main issue I came up against was that DecodeStep requires a RangeInclusive but the Crockford Alphabet omits some characters.
No branches or pull requests
I want to encode using Crockford Base32 as I'm implementing the Package Family Name algorithm but I'm unsure of how to implement the alphabet myself.
The text was updated successfully, but these errors were encountered: