From: Jakub Piotr Cłapa (jpc-ml at zenburn.net) Date: Wed Dec 17 07:05:18 EST 2008 |
|
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
Posted on the users mailing list. |
|