




 
The function 
unicode-char-equal
 returns true if the characters 
char1
 and 
char2
 are equal, and the function 
unicode-char-not-equal
 returns true if the characters 
char1
 and 
char2
 are not equal. Both functions ignore case using Unicode rules specified by 
style
. 
The current implementation only supports one style of comparison:
Compares characters using Unicode's simple case folding rules.
LispWorks User Guide and Reference Manual - 21 Dec 2011