Re: [Scheme-reports] DISCUSSION/VOTE: The character tower Sascha Ziemann (07 May 2014 08:16 UTC)
Re: [Scheme-reports] DISCUSSION/VOTE: The character tower Per Bothner (08 May 2014 01:35 UTC)
Re: [Scheme-reports] DISCUSSION/VOTE: The character tower Alaric Snell-Pym (08 May 2014 12:22 UTC)
Re: [Scheme-reports] DISCUSSION/VOTE: The character tower Jussi Piitulainen (08 May 2014 05:36 UTC)
Re: [Scheme-reports] DISCUSSION/VOTE: The character tower Shiro Kawai (06 May 2014 21:04 UTC)

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