Re: constant-time access to variable-width encodings
William D Clinger 21 Jul 2005 07:40 UTC
A week ago, Bear wrote:
> I think it would be reasonable to have eq? no longer guaranteed on
> multi-codepoint characters; use eqv? (or better yet, char=?) instead.
The R5RS does not require eq? to behave the same as eqv? on
characters, so I think Bear is advocating the status quo here.
Will