bug-guile
[Top][All Lists]
Advanced

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

Re: r6rs-ports.test is failing


From: dsmich
Subject: Re: r6rs-ports.test is failing
Date: Fri, 17 Dec 2010 11:42:42 -0500

---- "Ludovic Courtès" <address@hidden> wrote: 
> And this?
> 
>     (let* ((t  (make-transcoder (utf-8-codec) (native-eol-style)
>                                 (error-handling-mode replace)))
>            (b  (open-bytevector-input-port #vu8(255 1 2 3 103 110 117)))
>            (tp (transcoded-port b t)))
>       (port-conversion-strategy tp))


$2 = substitute


-Dale



reply via email to

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