Web life between Python and lambda calculus
Simple is better than complex
Fixing Lispbuilder-SDL (SB-INT:C-STRING-DECODING-ERROR :UTF-8 1)
Pubblicato da su 18 dicembre 2011
Just more than a mental note for myself.
If playing with Lispbuilder-sdl you caught the error:
(SB-INT:C-STRING-DECODING-ERROR :UTF-8 1)
The solution is to locate the stdinc.lisp file under
quicklisp/dists/quicklisp/software/lispbuilder-20110619-svn/lispbuilder-sdl/cffi
And change all the occurrences of “putenv” into “setenv”.
Seems ok now. Tested under SBCL 1.0.54