Hello, Anthony.  Do you have an opinion about this?  (See below.)  I'd be happy to add another post-finalization note to the Status section of the document, if you like.

Thanks.

On Sun, Sep 12, 2021 at 4:49 PM John Cowan <xxxxxx@ccil.org> wrote:
Probably simpler just to say it must be one of [a-zA-Z0-9].

On Sun, Sep 12, 2021 at 1:38 PM Marc Nieper-Wißkirchen <xxxxxx@gmail.com> wrote:
POSIX specifies that each (short) option name "should be a single alphanumeric character (the alnum character classification) from the portable character set".

In order to allow implementations of SRFI 37 to use the POSIX/GNU C library functions and to make the defined command-line interface interoperable, I think it makes a lot of sense to add this restriction to SRFI 37 as well.

This is even more important today than when SRFI 37 was written because most Schemes nowadays understand Unicode and thus the character concept of Scheme is no longer the single character, short option concept of the POSIX interface.

Marc