Function: SB-UNICODE:UNICODE=

package type github

Determines whether STRING1 and STRING2 are canonically equivalent according to Unicode. The START and END arguments behave like the arguments to STRING=. If :STRICT is NIL, UNICODE= tests compatibility equavalence instead.

Lambda list

(sb-unicode::string1 sb-unicode::string2 &key sb-unicode::start1 sb-unicode::end1
 sb-unicode::start2 sb-unicode::end2 sb-unicode::strict)