[gambit-list] #\esc's wrong ascii code

Marc Feeley feeley at iro.umontreal.ca
Thu Jan 10 20:50:09 EST 2008


On 10-Jan-08, at 8:20 PM, Adrien Pierard wrote:

> Hello Schemers.
>
> It looks like Gambit associates the value 26 to the #\esc character,
> instead of 27.
>
> (char->integer #\esc)
> => 26
>
> (integer->char 26)
> => #\esc

Yikes!  Fix is now in the Gambit repository.

Marc




More information about the Gambit-list mailing list