Sorting code points is locale-dependant. Sorting in French is different from sorting in Spanish or German. The Unicode group has detailed the collation algorithm that uses the Unicode property files. If you want a general solution, ICU (or its variants) is the fastest path.
- Any known means of sorting UTF8 strings? JohnAD
- Any known means of sorting UTF8 strings? Yardanico
- Any known means of sorting UTF8 strings? grd
- Any known means of sorting UTF8 strings? JohnAD
- Any known means of sorting UTF8 strings? spip