On 1/1/08, Угодай n/a ugoday@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