Re: run/sexp doesn't support non-ascii characeters?

William Xu <[email protected]> Fri, 06 Oct 2006 22:31:36 +0800
Newsgroups gmane.lisp.scheme.scsh
Organization the Church of Emacs
Message-ID <[email protected]>
Michael Sperber <[email protected]> writes:

>>> (run/sexp (echo "中国"))
>>
>> Error: illegal character read
>>        #\ä
>>        #{Input-fdport #{Input-channel 3}}
>
> This, however, means that your input terminal is sending the wrong
> byte sequence inside the quotes to scsh, probably one containing a "
> or a \ character.

Hmm, are there any workarounds?

-- 
William