---- "Ludovic Courtès" <[email protected]> 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