3 lines
107 B
Racket
3 lines
107 B
Racket
|
|
-> (printf "str has ~a bytes in utf-8" (bytes-length (string->bytes/utf-8 str)))
|
||
|
|
str has 14 bytes in utf-8
|