Function i18n_cmp

Source
pub fn i18n_cmp(a: &str, b: &str) -> Ordering
Expand description

Compares two strings ignoring case, Unicode combining marks, and some punctuation. Intended to be used as a Sqlite collating sequence for comparing natural language strings like keywords and geoname names.