secondary= ( str1 str2 -- ? )
Collation and weak comparison

Prev:primary= ( str1 str2 -- ? )
Next:tertiary= ( str1 str2 -- ? )


Vocabulary
unicode

Inputs
str1a string
str2a string


Outputs
?a boolean


Word description
This checks whether the first two levels of collation key are equal. For Latin script, this means accent marks are significant again, and it is otherwise similar to primary=.

Definition