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

Feature/base32fix #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jesse-black
Copy link

@jesse-black jesse-black commented Apr 9, 2024

Fixes #74

  • map i,l,o to 1,1,0 per crockford base32 spec
  • Parse throws and TryParse returns false when trying to parse invalid base32 characters

Copy link
Contributor

github-actions bot commented Oct 7, 2024

This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label Oct 7, 2024
@jesse-black
Copy link
Author

These issues are still present

@github-actions github-actions bot removed the stale label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TryParse/Parse does not detect invalid string content
1 participant