Comment 3 for bug 256525

Revision history for this message
leppie (leppie) wrote :

I am getting this in Cygwin. It seems Cygwin does not have a 'locale' command, so I used 'chcp' from windows. I am not sure if this is a Cygwin bug.

$ ikarus
Ikarus Scheme version 0.0.3+ (revision 1584, build 2008-08-11)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

> "\x9AE;\x9A3;\x9BF;\x9AA;\x9C1;\x9B0;\x9C0;\n"
Unhandled exception:
 Condition components:
   1. &i/o-write
   2. &who: write
   3. &message: "EACCES: Permission denied"
   4. &i/o-file-protection: *stdout*

lpritchard@Llewellyn ~
$ ikarus
Ikarus Scheme version 0.0.3+ (revision 1584, build 2008-08-11)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

> #\x
#\x
>

lpritchard@Llewellyn ~
$ /cygdrive/c/Windows/System32/chcp
Active code page: 65001

lpritchard@Llewellyn ~
$ /cygdrive/c/Windows/System32/chcp 437
Active code page: 437

lpritchard@Llewellyn ~
$ ikarus
Ikarus Scheme version 0.0.3+ (revision 1584, build 2008-08-11)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

> "\x9AE;\x9A3;\x9BF;\x9AA;\x9C1;\x9B0;\x9C0;\n"
"à▌rà▌£à▌¿à▌ªà§?à▌°à§?\n"
>