I PR'ed update of the reference implementation into srfi-192 repo.


On Fri, Aug 28, 2020 at 10:08 AM Arthur A. Gleckler <xxxxxx@speechcode.com> wrote:

I've just published draft #9 of SRFI 181.  It was submitted by John Cowan, author of the SRFI.

We're planning to finalize this early next week, probably on Monday, so if you would like to give feedback on the most recent edits, please do it soon.  (Thanks!)

Here are John's comments on the draft:

This SRFI is a lightly edited version of parts of library section 8.2.7, library section 8.2.10, and library section 8.2.13 of the R6RS. These sections are themselves based on parts of SRFI 79. These procedures provide support for transcoders and transcoded ports.

Here is the commit summary:

  • A few fixes.
  • Add fix requested by John Cowan.
  • allows binary port position to be an implementation-defined object
  • special unknown-encoding condition type
  • renamed unknown-encoding procedures, editorial improvements
  • Fix error reported by W3C HTML Validator.
  • Publish ninth draft.

Here's the diff:

https://github.com/scheme-requests-for-implementation/srfi-181/compare/draft-8..draft-9

Regards,


SRFI Editor