fxfs_
unicode
0.0.1
fxfs_unicode
Function
casefold_cmp
Copy item path
Source
pub fn casefold_cmp(a: &
str
, b: &
str
) ->
Ordering
Expand description
A comparison function that:
Applies casefolding.
Removes default ignorable characters.
Applies nfd normalization. That function will early-out at the first non-matching character.