[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: case mappings

This page is part of the web mail archives of SRFI 75 from before July 7th, 2015. The new archives for SRFI 75 contain all messages, not just those from before July 7th, 2015.



Alex Shinn <alexshinn@xxxxxxxxx> writes:

> The idea of ASCII-only mappings was suggested for the simple fact
> that they are well-defined, and required for many computer formats and
> protocols.  If R6RS doesn't provide them, every Scheme will in some
> form or another, so it's better to standardize them.  Call them
> ascii-char-ci=? etc. if the specificity bothers you.

Actually, if you know the characters are ASCII, then the
local-independent Unicode rules *will* correctly do ASCII case
mapping.  So why do you need special ASCII functions?