[slime-devel] slime and utf-8

Nikodemus Siivola nikodemus at random-state.net
Thu Jan 10 14:55:35 UTC 2008


On 1/1/08, Угодай n/a <ugoday at gmail.com> wrote:

> (curl:with-connection-returning-string (:cookies t)
>            (curl:set-option :url "http://ya.ru")
>            (curl:perform))
>
> slime tells me
>
> c-string decoding error (:external-format :UTF-8):
>   the octet sequence 2 cannot be decoded.
>    [Condition of type SB-INT:C-STRING-DECODING-ERROR]

This is an issue with CURL, not Slime. CURL is using UTF-8
as its external format, but the index-page on ya.ru is apparently
not UTF-8.

Cheers,

 -- Nikodemus


More information about the slime-devel mailing list