Why does Scheme defaults to using octal notation in (byte)string escape codes? AFAICT more people are familiar with hexadecimal than octal so maybe defaulting to "\xFF" escapes (which are handled correctly on input) would be better? Or maybe a parameter to set that? -- regards, Jakub Piotr Cłapa