The function
unicode-char-not-greaterp
returns true if the character
char1
is not greater than the character
char2
, similarly to
cl:char-not-greaterp
but ignoring case using Unicode rules specified by
style
.
The current implementation only supports one style of comparison:
Compares characters using Unicode's simple lowercase folding rules.