Am Sonntag, den 14.02.2010, 16:15 -0500 schrieb Raymond Toy:
> Put this in string-to-octets (conditional on sbcl)
>
> (sb-ext:string-to-octets string :external-format encoding
> :null-terminate nil)
>
> I think that will take care of it.
I have added the code with #+sbcl. But there is something more missing.
I get e.g. "??ber" in the translated string which is displayed, but not
"?ber".
Dieter Kaiser