|
| From: | Mike Gran |
| Subject: | Re: Using libunistring for string comparisons et al |
| Date: | Tue, 15 Mar 2011 18:30:24 -0700 (PDT) |
> (string-upcase "Straße") => "STRAßE" (should > be "STRASSE") > (string-downcase "ΧΑΟΣΣ") => "χαοσσ" (should > be "χαoσς") > (string-downcase "ΧΑΟΣ Σ") => "χαοσ σ" (should > be "χαoς σ") Well, yes and no. R6RS yes. SRFI-13 no.
| [Prev in Thread] | Current Thread | [Next in Thread] |