These are in the structure ascii
.
char->integer
and integer->char
except that
they use the
ASCII encoding.
Ascii-limit
is one more than the largest value that char->ascii
may return.
Ascii-whitespaces
is a list of the ASCII values of whitespace characters
(space, horizontal tab, line feed (= newline), vertical tab, form feed, and
carriage return).
Previous: Libraries | Next: Bitwise integer operations