pub fn i18n_cmp(a: &str, b: &str) -> OrderingExpand 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.
XXX: Should really be using icu_collator for collation!