Y
Hacker News
new
|
ask
|
show
|
jobs
by
waynesonfire
916 days ago
Which encoding eliminates symbols that can be confused ljke O vs 0? Or I vs l
2 comments
Snawoot
916 days ago
z-base-32 is one example:
https://philzimmermann.com/docs/human-oriented-base-32-encod...
link
sedatk
916 days ago
Crockford variant of Base32 uses a different encoding alphabet and treats those similar characters as aliases.
link