Re: [Scheme-reports] DISCUSSION/VOTE: The character tower
Sascha Ziemann 07 May 2014 08:08 UTC
2014-05-07 0:31 GMT+02:00 Bear <bear@sonic.net>:
>
> 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
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports