Email list hosting service & mailing list manager

string-* and char-set:* Duy Nguyen (19 Sep 2019 10:58 UTC)
Re: string-* and char-set:* Lassi Kortela (19 Sep 2019 13:16 UTC)
Re: string-* and char-set:* Arthur A. Gleckler (19 Sep 2019 21:55 UTC)

string-* and char-set:* Duy Nguyen 19 Sep 2019 10:57 UTC

Should we have the ascii equivalent of many string-* procedures (e.g.
string-upcase)

The "Character class constants" probably should be built on top of
srfi-14. Which could be just very simple wrapper to provide
standardized names for predefined ascii charsets, all these charsets
are just

(char-set-intersection char-set:ascii <some other charset>)
--
Duy