non-ascii-integer-to-char
The Report does not specify the mapping between integers and characters implemented by integer->char and char->integer. Most Schemes appear to use ASCII, however, at least where it applies.
integer->char
char->integer
This choice is tested for by running
(integer->char 97)
in each Scheme.
#\a