spec icon indicating copy to clipboard operation
spec copied to clipboard

Add a link to Crockford's Base 32 definition (or copy it)

Open mattbishop opened this issue 5 years ago • 0 comments

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.

mattbishop avatar Jul 14 '20 19:07 mattbishop