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