Sebastian Tennant <sebyte <at> smolny.plus.com> writes:
I added an extra keyword argument to my 'sbcl' lisp implementation:
:coding-system utf-8-unix
but removing it does not resolve the problem.
I'd be willing to bet that changing the coding system to a string would work, a la: :coding-system "utf-8-unix"