R5RS: "string<? is the lexicographic ordering on strings induced by the ordering char<? on characters." (Guile reference 5.5.5.7 conforms to this statement.)
Standard guile 1.8.0 differs from this specification for Latin-1 characters: > guile180 -q guile> (string<? "s" "ß") #f guile> (char<? #\s #\ß) #t guile> Greetings Sven
pgppkdEq4uJAS.pgp
Description: PGP signature
_______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
