I noticed this in the docs and it surprised me: (char-utf-8-length char) → (integer-in 1 6)
UTF-8 characters are 1-4 bytes, so why isn't it (integer-in 1 4)? I feel like this is probably obvious but I'm not coming up with the answer. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

