unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#54538: (ice-9 suspendable-ports) doesn’t implement the 'escape conversion strategy
@ 2022-03-23 15:40 Ludovic Courtès
  0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2022-03-23 15:40 UTC (permalink / raw)
  To: 54538

‘peek-char’ in (ice-9 suspendable-ports) checks for the 'substitute port
conversion strategy, but it doesn’t check for 'escape:

                (if (eq? (port-conversion-strategy port) 'substitute)
                    (values #\xFFFD buf (+ cur len))
                    (decoding-error "peek-char" port))

and:

             ((eq? (port-conversion-strategy port) 'substitute)
              (values #\xFFFD buf (+ cur prev-input-size)))

This is in 3.0.8.

Ludo’.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-23 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 15:40 bug#54538: (ice-9 suspendable-ports) doesn’t implement the 'escape conversion strategy Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).