Comment on EIDs (Encoded IDs)Comments−Scaevolus4yNote that the standard base32 rfc encoding does not sort the same as the underlying data, but the hex encoding does! (base32.HexEncoding).Reddit uses base36 for similar purposes.−snthpy4yWhy is this? Because of the optional padding?
Comments
Note that the standard base32 rfc encoding does not sort the same as the underlying data, but the hex encoding does! (base32.HexEncoding).
Reddit uses base36 for similar purposes.
Why is this? Because of the optional padding?