New draft (#2) of SRFI 175: ASCII character library Arthur A. Gleckler 19 Sep 2019 22:40 UTC

I've just published draft #2 of SRFI
175.  It was submitted by Lassi Kortela,
author of the SRFI.

  <https://srfi.schemers.org/srfi-175/>

Here are the commit comments:

  - Check the results of subset tests
  - Rename helper procedure
  - Re-implement ascii-nth-digit to
    match new spec
  - Add tests for new ascii-nth-digit
    behavior
  - Test limit values of
    ascii-nth-upper/lower-case
  - Test limit values of ascii-char?
  - Test limit values of
    ascii-digit-value
  - Fix bug with negative values in
    ascii-control?
  - Test ascii-control? limit values
  - Run HTML Tidy
  - Add eponymous class
  - Edit rotation -> transformation
  - Clarify explanation of strings
    example
  - Clarify explanation of case
    conversion example
  - Add html lang="en" wanted by W3C
    HTML Validator
  - Change library name from (ascii) to
    (srfi 175)
  - Remove spurious "Draft"
  - Change h1 heading to h2
  - Clarify abstract
  - Publish second draft.

Here's the diff:

  <https://github.com/scheme-requests-for-implementation/srfi-175/compare/ce64473..3aaaa17>

Regards,

SRFI Editor