Calling (drakma:http-request "http://www.cl.cam.ac.uk/~mgk25/ucs/examples/digraphs.txt") just hangs. Requests to other sites works. I am using drakma-0.10.2, chunga-0.4.0, usocket-0.3.5 and SBCL 1.0.11 on Linux. Sometimes I get "broken pipe" exception, but it may be not relevant to this case.
Andrew
Probably it just happens because my terminal can't handle utf-8 itself.
Andrew
On Nov 23, 2007 8:38 PM, Andrei Stebakov lispercat@gmail.com wrote:
Calling (drakma:http-request "http://www.cl.cam.ac.uk/~mgk25/ucs/examples/digraphs.txt") just hangs. Requests to other sites works. I am using drakma-0.10.2, chunga-0.4.0, usocket-0.3.5 and SBCL 1.0.11 on Linux. Sometimes I get "broken pipe" exception, but it may be not relevant to this case.
Andrew
On Fri, 23 Nov 2007 20:38:49 -0500, "Andrei Stebakov" lispercat@gmail.com wrote:
Calling (drakma:http-request "http://www.cl.cam.ac.uk/~mgk25/ucs/examples/digraphs.txt") just hangs.
Works for me (LWW 5.0.2).
On Nov 24, 2007 10:34 AM, Edi Weitz edi@agharta.de wrote:
On Fri, 23 Nov 2007 20:38:49 -0500, "Andrei Stebakov" lispercat@gmail.com wrote:
Calling (drakma:http-request "http://www.cl.cam.ac.uk/~mgk25/ucs/examples/digraphs.txt") just hangs.
If you're using Slime, you'll have to (a) use Emacs22, and (b) add (set-language-environment "UTF-8") (setq slime-net-coding-system 'utf-8-unix) to your .emacs. Rob