pub fn compare_in(locale: &str, a: &str, b: &str) -> OrderingExpand description
Compare two strings in locale’s collation order (untracked; accepts -u-co- extensions,
e.g. "zh-u-co-stroke"). Falls back to code-point order if the locale has no collation data.