Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1 @@
(define str "J\u0332o\u0332s\u0332e\u0301\u0332")

View file

@ -0,0 +1,2 @@
-> (printf "str has ~a characters" (string-length str))
str has 9 characters

View file

@ -0,0 +1,2 @@
-> (printf "str has ~a bytes in utf-8" (bytes-length (string->bytes/utf-8 str)))
str has 14 bytes in utf-8