2014-05-07 0:31 GMT+02:00 Bear <[email protected]>: > > I would be rather upset if > > (string=? (string #\A #\x301) (string #\xc1)) ==> #f
But there is a difference. #\A #\x301 is an Unicode expression and #\xc1 is a Unicode literal. You have to evaluate the first to get the second. And if you cryptographically sign the first it would differ from the signature of the second. Sascha _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
