Compare commits

...

2 Commits

View File

@ -15,9 +15,6 @@
(and (>= code (char-code #\0))
(<= code (char-code #\9)))))))
(deftype utf-8-code-point ()
'(integer 0 #x10FFFF))
(deftype utf-8-middle-byte ()
'(integer #b10000000 #b10111111))