Open
Description
Is your feature request related to a problem? Please describe.
Not really, however this would be a bit more convenient.
Describe the solution you'd like
Add Douglas Crockford's base32 alphabet to the base32 operations
Describe alternatives you've considered
You can easily add the base32 alphabet (0-9A-HJKMNP-TV-Z) for encoding, but for decoding it requires some find / replace operations and a to upper case operation beforehand because multiple symbols can be decoded into the same character to prevent confusion (i.e. 0
and O
are interpreted the same and 1, I, and L (all cases) are interpreted the same).
Additional context
N/A