guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with guile-sqlite3


From: Andy Wingo
Subject: Re: Problems with guile-sqlite3
Date: Thu, 31 Mar 2011 16:54:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi :)

On Thu 31 Mar 2011 16:28, address@hidden (Ludovic Courtès) writes:

> Andy Wingo <address@hidden> writes:
>
>> It seems that the string->pointer code is doing the wrong thing:
>
> It works as advertised.  :-)

Sorry, I didn't mean to accuse that function, as I didn't even use it!

  (define (string->utf8-pointer s)
    (bytevector->pointer (string->utf8 s)))

That said, adding an #:encoding argument to string->pointer and
pointer->string sounds like a good idea.

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]