Closing this since it's 5 years old and fixed in Guile 2.1 and higher.
--
Taylan
Are we still maintaining 2.0, or can this issue be closed?
--
Taylan
> On Feb 26, 2017, at 9:46 AM, Matt Wette wrote:
>
> I put together a test and tried on 2.1.7 - my test fails. See attached.
>
> (pass-if "encoded input"
>(let ((fn (test-file))
> (nc "utf-8")
> (st "\u03b2\u03b1\u03b4 \u03b1\u03c3\u03c3 am I.")
> ;;(st "hello, wor
I put together a test and tried on 2.1.7 - my test fails. See attached.
(pass-if "encoded input"
(let ((fn (test-file))
(nc "utf-8")
(st "\u03b2\u03b1\u03b4 \u03b1\u03c3\u03c3 am I.")
;;(st "hello, world\n")
)
(let ((p1 (open-output-file fn #:en
On Fri 04 Mar 2016 04:09, Zefram writes:
> The documentation for drain-input says that it returns a string of
> characters, implying that the result is equivalent to what you'd get
> from calling read-char some number of times. In fact it differs in a
> significant respect: whereas read-char dec
The documentation for drain-input says that it returns a string of
characters, implying that the result is equivalent to what you'd get
from calling read-char some number of times. In fact it differs in a
significant respect: whereas read-char decodes input octets according to
the port's selected