Alex Shinn scripsit: > [Note the reference implementation currently contains the following > hack: (define char-foldcase char-downcase), which is not valid for > full Unicode support.]
Right, because (string-downcase "daß") ==> "daß", whereas (string-foldcase "daß") ==> "dass". -- John Cowan http://www.ccil.org/~cowan [email protected] Andrew Watt on Microsoft: Never in the field of human computing has so much been paid by so many to so few! (pace Winston Churchill) _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
