|
From: | Thien-Thi Nguyen |
Subject: | Re: Uploading Word documents, PDFs, PNG files etc |
Date: | Mon, 11 May 2009 17:55:18 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
() address@hidden (Ludovic Courtès) () Mon, 11 May 2009 17:11:40 +0200 The problem is that Guile strings cannot contain null characters. FWIW, Guile 1.4.x can: string> (string #\nul) "^@" It may be a design flaw in Guile-WWW, which abuses strings to store binary data. I see it rather as using a Guile feature that was subsequently removed (much after the design of Guile-WWW was done). Looks like we'll need to add an ./configure check for Guile-WWW for such situations... thi
[Prev in Thread] | Current Thread | [Next in Thread] |