leppie scripsit: > Please let implementers choose between full and simple case-folding. Or > have both, with a requirement at least one should be present.
The design I have now (see the Unicode link at the bottom of http://tinyurl.com/thing-one ) provides simple case-mapping (upcasing, downcasing, and folding) over characters and full case-mapping over strings. If you want simple case-mapping over strings, map-string is your friend. (Hmm, no map-string. Or string-for-each. Added from SRFI 13. R6RS has string-for-each but not map-string, which is particularly mysterious given that you can't write your own map-string without importing the mutable-strings library, which is not loaded by default.) -- "Well, I'm back." --Sam John Cowan <[email protected]> _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
