Comment 1 for bug 471689

Revision history for this message
Christophe Rhodes (csr21-cantab) wrote : Re: [Bug 471689] [NEW] (SB-EXT:STRING-TO-OCTETS "foo" :external-format :ISO-8859-2) fails with "The function SB-IMPL::STRING->ISO8859-2 is undefined."

Hi,

 status inprogress
 tag external-formats octets
 done

Attila Lendvai <email address hidden> writes:

> "The function SB-IMPL::STRING->ISO8859-2 is undefined."
>
> with the sbcl-1.0.32-x86-linux release binary.

Yes. This is a simple typo in the external format definition for
iso-8859-2 (in src/code/external-formats/enc-iso.lisp); the real name of
the function is sb-impl::string->iso-8859-2, so that should be a quick
fix. It's fixed more definitively in my external-formats branch, too.

Christophe