Skip to content

Commit

Permalink
Update TRADEOFFS.md
Browse files Browse the repository at this point in the history
Note on Base32+ and upper/lowercase chars
  • Loading branch information
kyzer-davis authored Aug 29, 2024
1 parent 1b0bb6b commit 1e45486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TRADEOFFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ This page is a WORK IN PROGRESS. Any all things may change at a moments notice.
### Case Sensitive
- Fore example: Does `A == a`?
- This impacts things like sortability.
- Generally, anything above Base32 includes Uppercase and Lowercase as distinct encoding characters.

### Sorts the Same as Binary
- This indicates if values encoded with this encoding sort the same as the raw bytes they represent.
Expand Down

0 comments on commit 1e45486

Please sign in to comment.